fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [14571] remove reference to old yui


From: Sigurd Nes
Subject: [Fmsystem-commits] [14571] remove reference to old yui
Date: Thu, 10 Dec 2015 17:26:21 +0000

Revision: 14571
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14571
Author:   sigurdne
Date:     2015-12-10 17:26:20 +0000 (Thu, 10 Dec 2015)
Log Message:
-----------
remove reference to old yui

Modified Paths:
--------------
    branches/dev-syncromind/controller/inc/class.uicomponent.inc.php
    branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php
    branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php

Modified: branches/dev-syncromind/controller/inc/class.uicomponent.inc.php
===================================================================
--- branches/dev-syncromind/controller/inc/class.uicomponent.inc.php    
2015-12-10 17:10:28 UTC (rev 14570)
+++ branches/dev-syncromind/controller/inc/class.uicomponent.inc.php    
2015-12-10 17:26:20 UTC (rev 14571)
@@ -33,7 +33,7 @@
         */
        phpgw::import_class('phpgwapi.jquery');
 
-       phpgw::import_class('phpgwapi.uicommon');
+       phpgw::import_class('phpgwapi.uicommon_jquery');
 
        phpgw::import_class('controller.socheck_list');
 
@@ -47,7 +47,7 @@
        include_class('controller', 'year_calendar_agg', 'inc/component/');
        include_class('controller', 'month_calendar', 'inc/component/');
 
-       class controller_uicomponent extends phpgwapi_uicommon
+       class controller_uicomponent extends phpgwapi_uicommon_jquery
        {
 
                private $so;

Modified: branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php     
2015-12-10 17:10:28 UTC (rev 14570)
+++ branches/dev-syncromind/phpgwapi/templates/portico/head.inc.php     
2015-12-10 17:26:20 UTC (rev 14571)
@@ -1,5 +1,4 @@
 <?php
-       phpgw::import_class('phpgwapi.yui');
        phpgw::import_class('phpgwapi.template_portico');
 
        if ( !isset($GLOBALS['phpgw_info']['server']['site_title']) )

Modified: branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php        
2015-12-10 17:10:28 UTC (rev 14570)
+++ branches/dev-syncromind/phpgwapi/templates/pure/head.inc.php        
2015-12-10 17:26:20 UTC (rev 14571)
@@ -7,9 +7,6 @@
        phpgw::import_class('phpgwapi.jquery');
        phpgwapi_jquery::load_widget('core');
 
-//     phpgw::import_class('phpgwapi.yui');
-//     phpgwapi_yui::load_widget('button');
-//     phpgwapi_yui::load_widget('container');
        $GLOBALS['phpgw_info']['server']['no_jscombine']=true;
        if( !$GLOBALS['phpgw_info']['flags']['noframework'] && 
!$GLOBALS['phpgw_info']['flags']['nonavbar'] )
        {




reply via email to

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