fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14080] add common.js


From: Saul
Subject: [Fmsystem-commits] [14080] add common.js
Date: Thu, 01 Oct 2015 00:08:46 +0000

Revision: 14080
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14080
Author:   psaul
Date:     2015-10-01 00:08:46 +0000 (Thu, 01 Oct 2015)
Log Message:
-----------
add common.js

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-01 
00:07:58 UTC (rev 14079)
+++ branches/dev-syncromind/booking/inc/class.uicommon.inc.php  2015-10-01 
00:08:46 UTC (rev 14080)
@@ -148,6 +148,8 @@
                {
                        parent::__construct();
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
+                        
+                        self::add_javascript('booking', 'booking', 'common');
 
                        $this->ui_session_key = 
$this->current_app().'_uicommon';
                        //$this->restore_flash_msgs();
@@ -756,12 +758,12 @@
                                                '<a class="close-btn btnclose" 
href="javascript:void(0);">-</a>'+
                                                '<div 
class="pure-control-group">'+
                                                        '<label 
for="start_date_'+this.counter+'"><h4>{$lang_from}</h4></label>'+
-                                                       '<input class="time 
pure-input-2-3" id="start_date_'+this.counter+'" 
name="start_date_'+this.counter+'" type="text">'+
+                                                       '<input class="time 
pure-input-2-3" id="start_date_'+this.counter+'" name="from_[]" type="text">'+
                                                        '</input>'+
                                                '</div>'+
                                                '<div 
class="pure-control-group">'+
                                                        '<label 
for="end_date_'+this.counter+'"><h4>{$lang_to}</h4></label>'+
-                                                       '<input class="time 
pure-input-2-3" id="end_date_'+this.counter+'" name="end_date_'+this.counter+'" 
type="text">'+
+                                                       '<input class="time 
pure-input-2-3" id="end_date_'+this.counter+'" name="to_[]" type="text">'+
                                                        '</input>'+
                                                '</div>'
                                 '</div>';




reply via email to

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