fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15396] more on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15396] more on helpdesk
Date: Sat, 30 Jul 2016 16:42:15 +0000 (UTC)

Revision: 15396
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15396
Author:   sigurdne
Date:     2016-07-30 16:42:15 +0000 (Sat, 30 Jul 2016)
Log Message:
-----------
more on helpdesk

Modified Paths:
--------------
    trunk/helpdesk/inc/class.uitts.inc.php
    trunk/helpdesk/templates/base/tts.xsl

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2016-07-29 13:37:16 UTC (rev 
15395)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2016-07-30 16:42:15 UTC (rev 
15396)
@@ -1244,9 +1244,6 @@
                                'tts_mandatory_title' => 
$this->bo->config->config_data['tts_mandatory_title'],
                                'value_finnish_date' => 
(isset($values['finnish_date']) ? $values['finnish_date'] : ''),
                                'lang_finnish_date_statustext' => lang('Select 
the estimated date for closing the task'),
-                               'lang_cancel_statustext' => lang('Back to the 
ticket list'),
-                               'lang_send_statustext' => lang('Save the entry 
and return to list'),
-                               'lang_save_statustext' => lang('Save the 
ticket'),
                                'lang_no_cat' => lang('no category'),
                                'lang_town_statustext' => lang('Select the part 
of town the building belongs to. To do not use a part of town -  select NO PART 
OF TOWN'),
                                'lang_part_of_town' => lang('Part of town'),

Modified: trunk/helpdesk/templates/base/tts.xsl
===================================================================
--- trunk/helpdesk/templates/base/tts.xsl       2016-07-29 13:37:16 UTC (rev 
15395)
+++ trunk/helpdesk/templates/base/tts.xsl       2016-07-30 16:42:15 UTC (rev 
15396)
@@ -204,6 +204,8 @@
                                        <div class="pure-control-group">
                                                <label>
                                                        <xsl:value-of 
select="php:function('lang', 'paste image data')"/>
+                                                       <br/>
+                                                       <xsl:text>Ctrl + 
V</xsl:text>
                                                </label>
                                                <canvas title="Copy image data 
into clipboard and press Ctrl+V" style="border:1px solid grey;" id="my_canvas" 
width="100" height="100">
                                                </canvas>
@@ -219,17 +221,17 @@
                        <input type="hidden" id="cancel" name="values[cancel]" 
value=""/>
                        <input class="pure-button pure-button-primary" 
type="button" name="save" value="{lang_send}" 
onClick="confirm_session('save');">
                                <xsl:attribute name="title">
-                                       <xsl:value-of 
select="lang_send_statustext"/>
+                                       <xsl:value-of 
select="php:function('lang', 'Save the entry and return to list')"/>
                                </xsl:attribute>
                        </input>
                        <input class="pure-button pure-button-primary" 
type="button" name="apply" value="{lang_save}" 
onClick="confirm_session('apply');">
                                <xsl:attribute name="title">
-                                       <xsl:value-of 
select="lang_send_statustext"/>
+                                       <xsl:value-of 
select="php:function('lang', 'save the ticket')"/>
                                </xsl:attribute>
                        </input>
                        <input class="pure-button pure-button-primary" 
type="button" name="cancel" value="{lang_cancel}" 
onClick="confirm_session('cancel');">
                                <xsl:attribute name="title">
-                                       <xsl:value-of 
select="lang_send_statustext"/>
+                                       <xsl:value-of 
select="php:function('lang', 'Back to the ticket list')"/>
                                </xsl:attribute>
                        </input>
                </div>




reply via email to

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