fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15607] more on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15607] more on helpdesk
Date: Wed, 7 Sep 2016 15:10:52 +0000 (UTC)

Revision: 15607
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15607
Author:   sigurdne
Date:     2016-09-07 15:10:52 +0000 (Wed, 07 Sep 2016)
Log Message:
-----------
more on helpdesk

Modified Paths:
--------------
    trunk/helpdesk/js/portico/tts.add.js
    trunk/helpdesk/setup/phpgw_no.lang

Modified: trunk/helpdesk/js/portico/tts.add.js
===================================================================
--- trunk/helpdesk/js/portico/tts.add.js        2016-09-07 15:10:34 UTC (rev 
15606)
+++ trunk/helpdesk/js/portico/tts.add.js        2016-09-07 15:10:52 UTC (rev 
15607)
@@ -81,6 +81,10 @@
        errorMessageKey: ''
 });
 
+upload_canvas = function ()
+{
+       confirm_session('apply');
+}
 
 $(document).ready(function ()
 {
@@ -247,6 +251,10 @@
                                ctx.drawImage(pastedImage, 0, 0);
                        };
                        pastedImage.src = source;
+                       setTimeout(function ()
+                       {
+                               upload_canvas();
+                       }, 500);
                };
        }
 

Modified: trunk/helpdesk/setup/phpgw_no.lang
===================================================================
--- trunk/helpdesk/setup/phpgw_no.lang  2016-09-07 15:10:34 UTC (rev 15606)
+++ trunk/helpdesk/setup/phpgw_no.lang  2016-09-07 15:10:52 UTC (rev 15607)
@@ -105,11 +105,11 @@
 new value      helpdesk        no      Ny verdi
 ok     helpdesk        no      OK
 about  helpdesk        no      Om
-update subject helpdesk        no      Oppdater overskrift
+update subject helpdesk        no      Oppdater emne
 failed to create directory     helpdesk        no      Opplasting av fil feilet
 organisation   helpdesk        no      Organisasjon
-subject        helpdesk        no      Overskrift
-subject changed        helpdesk        no      Overskrift er endret
+subject        helpdesk        no      Emne
+subject changed        helpdesk        no      Emne er endret
 password       helpdesk        no      Passord
 item   helpdesk        no      Post
 print view     helpdesk        no      Print visning
@@ -125,7 +125,7 @@
 send e-mail    helpdesk        no      Send epost
 sent by email to       helpdesk        no      sendt med epost til
 last   helpdesk        no      Siste
-enter the subject of this ticket       helpdesk        no      Skriv overskrift
+enter the subject of this ticket       helpdesk        no      Angi emne
 print  helpdesk        no      Skriv ut
 print the ticket       helpdesk        no      Skriv ut melding
 delete helpdesk        no      Slett
@@ -174,5 +174,6 @@
 change to      helpdesk        no      Endre til
 do you really want to change the status to %1  helpdesk        no      Vil du 
virkelig endre status til %1
 do you really want to change the priority to %1        helpdesk        no      
Vil du virkelig endre prioritet til %1
-please enter a title!  helpdesk        no      Angi en overskrift
-ticket has been updated        helpdesk        no      Melding er oppdatert
\ No newline at end of file
+please enter a title!  helpdesk        no      Angi et emne
+ticket has been updated        helpdesk        no      Melding er oppdatert
+picture        helpdesk        no      Bilde
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]