fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14105]


From: Saul
Subject: [Fmsystem-commits] [14105]
Date: Fri, 02 Oct 2015 23:07:13 +0000

Revision: 14105
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14105
Author:   psaul
Date:     2015-10-02 23:07:12 +0000 (Fri, 02 Oct 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/booking/inc/class.uicommon.inc.php
===================================================================
--- branches/dev-syncromind/booking/inc/class.uicommon.inc.php  2015-10-02 
21:21:17 UTC (rev 14104)
+++ branches/dev-syncromind/booking/inc/class.uicommon.inc.php  2015-10-02 
23:07:12 UTC (rev 14105)
@@ -765,7 +765,7 @@
                                                '</div>'+
                                                '<div 
class="pure-control-group">'+
                                                        '<label 
for="end_date_'+this.counter+'"><h4>{$lang_to}</h4></label>'+
-                                                        '<input 
id="alt_end_date_'+this.counter+'" name="from_[]" type="hidden">'+
+                                                        '<input 
id="alt_end_date_'+this.counter+'" name="to_[]" type="hidden">'+
                                                        '</input>'+
                                                        '<input 
class="new_datepicker time pure-input-2-3" id="end_date_'+this.counter+'" 
type="text">'+
                                                        '</input>'+
@@ -776,9 +776,6 @@
 
                                        
add.parent().parent().children('#dates-container').append(html);
                                                         
-//                                                        
console.log($('#start_date_'+this.counter));
-//                                                        console.log($( 
".time" ));
-                                                        
                                         
$('#start_date_'+this.counter).{$_type}picker({
                                             dateFormat: '{$dateformat}',
                                             showWeek: true,




reply via email to

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