fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10118] logistic: load jquery


From: Sigurd Nes
Subject: [Fmsystem-commits] [10118] logistic: load jquery
Date: Fri, 05 Oct 2012 06:42:55 +0000

Revision: 10118
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10118
Author:   sigurdne
Date:     2012-10-05 06:42:54 +0000 (Fri, 05 Oct 2012)
Log Message:
-----------
logistic: load jquery

Modified Paths:
--------------
    trunk/logistic/inc/class.uibim_type_requirement.inc.php

Modified: trunk/logistic/inc/class.uibim_type_requirement.inc.php
===================================================================
--- trunk/logistic/inc/class.uibim_type_requirement.inc.php     2012-10-05 
06:41:26 UTC (rev 10117)
+++ trunk/logistic/inc/class.uibim_type_requirement.inc.php     2012-10-05 
06:42:54 UTC (rev 10118)
@@ -27,6 +27,8 @@
         * @subpackage logistic
         * @version $Id$
         */
+
+       phpgw::import_class('phpgwapi.jquery');
        phpgw::import_class('phpgwapi.uicommon');
        phpgw::import_class('logistic.soproject');
 
@@ -251,7 +253,10 @@
                                );
 
                        $GLOBALS['phpgw_info']['flags']['app_header'] = 
lang('logistic') . '::' . lang('Project type');
+
+                       phpgwapi_jquery::load_widget('core');
+
                        self::add_javascript('logistic', 'logistic', 'ajax.js');
                        
self::render_template_xsl(array('bim_type_requirement_item'), $data);
                }
-       }
\ No newline at end of file
+       }




reply via email to

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