fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13201] class.uitemplate.inc


From: Saul
Subject: [Fmsystem-commits] [13201] class.uitemplate.inc
Date: Wed, 13 May 2015 22:51:35 +0000

Revision: 13201
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13201
Author:   psaul
Date:     2015-05-13 22:51:35 +0000 (Wed, 13 May 2015)
Log Message:
-----------
class.uitemplate.inc

Modified Paths:
--------------
    branches/dev-syncromind/property/inc/class.uitemplate.inc.php

Modified: branches/dev-syncromind/property/inc/class.uitemplate.inc.php
===================================================================
--- branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2015-05-13 22:51:11 UTC (rev 13200)
+++ branches/dev-syncromind/property/inc/class.uitemplate.inc.php       
2015-05-13 22:51:35 UTC (rev 13201)
@@ -154,13 +154,13 @@
                                 return $this->query();
                        } 
                         
-                        self::add_javascript('phpgwapi', 'jquery', 
'editable/jquery.jeditable.js');
-                        self::add_javascript('phpgwapi', 'jquery', 
'editable/jquery.dataTables.editable.js');
+            self::add_javascript('phpgwapi', 'jquery', 
'editable/jquery.jeditable.js');
+            self::add_javascript('phpgwapi', 'jquery', 
'editable/jquery.dataTables.editable.js');
                         
-                        $appname                               = 
lang('template');
-                       $function_msg                           = lang('list 
template');
+            $appname           = lang('template');
+                       $function_msg   = lang('list template');
                         
-                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('property') . ' - ' . $appname . ': ' . $function_msg;
+            $GLOBALS['phpgw_info']['flags']['app_header'] = lang('property') . 
' - ' . $appname . ': ' . $function_msg;
                         
                 $data = array(
                                'datatable_name'        => $appname,
@@ -698,7 +698,7 @@
 //                             }
 //                     }
 
-                       $data['datatable']['actions'][] = array();
+//                     $data['datatable']['actions'][] = array();
                        $parameters = array();
                        $parameters[] = array('parameter' => array(     
array('name'=> 'hour_id',               'source'        => 'hour_id'),
                                array('name'=> 'template_id',   'source'        
=> 'template_id')));




reply via email to

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