fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15005] 4


From: sigurdne
Subject: [Fmsystem-commits] [15005] 4
Date: Thu, 12 May 2016 19:58:55 +0000 (UTC)

Revision: 15005
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15005
Author:   sigurdne
Date:     2016-05-12 19:58:55 +0000 (Thu, 12 May 2016)
Log Message:
-----------
4

Modified Paths:
--------------
    trunk/booking/inc/class.uicommon.inc.php

Modified: trunk/booking/inc/class.uicommon.inc.php
===================================================================
--- trunk/booking/inc/class.uicommon.inc.php    2016-05-12 19:57:10 UTC (rev 
15004)
+++ trunk/booking/inc/class.uicommon.inc.php    2016-05-12 19:58:55 UTC (rev 
15005)
@@ -742,11 +742,12 @@
                        $lang_select_date = lang('select date');
                        $lang_from = lang('from');
                        $lang_to = lang('to');
+                       $lang_remove = lang('remove date');
 
                        if ($GLOBALS['phpgw_info']['flags']['currentapp'] == 
'bookingfrontend')
                        {
                                $html = 'var html = "<div 
class=\'date-container\'>"+
-                            "<a class=\'close-btn btnclose\' 
href=\'javascript:void(0);\'>-</a>"+
+                            "<a class=\'close-btn btnclose\' 
href=\'javascript:void(0);\'>' . $lang_remove . '</a>"+
                             "<dt><label 
for=\'new_start_date_"+this.counter+"\'>' . $lang_from . '</label></dt>"+
                             "<dd><input class=\'new_datepicker time\' 
readonly=\'readonly\' name=\'from_[]\' id=\'new_start_date_"+this.counter+"\' 
type=\'text\'>"+
                             "</input></dd>"+




reply via email to

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