fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15045] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15045] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:05:00 +0000 (UTC)

Revision: 15045
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15045
Author:   sigurdne
Date:     2016-05-13 12:05:00 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

Modified Paths:
--------------
    branches/dev-syncromind-2/booking/inc/class.uicommon.inc.php

Modified: branches/dev-syncromind-2/booking/inc/class.uicommon.inc.php
===================================================================
--- branches/dev-syncromind-2/booking/inc/class.uicommon.inc.php        
2016-05-13 12:04:57 UTC (rev 15044)
+++ branches/dev-syncromind-2/booking/inc/class.uicommon.inc.php        
2016-05-13 12:05:00 UTC (rev 15045)
@@ -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]