From e53eee8f166e130ba428a97b0987c5df41959b67 Mon Sep 17 00:00:00 2001 From: patdenice Date: Fri, 3 Oct 2008 23:16:49 +0000 Subject: - Plugins manager now use PEM API. - WARNING! Need to change PEM_URL constant and utf8 encoding when PEM will be updated. - Bug in roma/themeconf.inc.php: accordion menu wasn't selected in plugins_new et plugins_update tabs. git-svn-id: http://piwigo.org/svn/trunk@2647 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/plugins_new.tpl | 5 +++-- admin/template/goto/plugins_update.tpl | 7 ++++--- admin/template/goto/theme/roma/themeconf.inc.php | 2 ++ 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index 0d3f4e1ba..bd6339566 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -1,3 +1,4 @@ +{* $Id$ *} {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} {known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} @@ -35,8 +36,8 @@ jQuery().ready(function(){ldelim} {foreach from=$plugins item=plugin name=plugins_loop} - {$plugin.EXT_NAME} - {$plugin.VERSION} + {$plugin.EXT_NAME} + {$plugin.VERSION} {$plugin.DATE} {$plugin.AUTHOR} {'plugins_auto_install'|@translate} diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index c21e01e18..c7bdc2865 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.tpl @@ -1,3 +1,4 @@ +{* $Id$ *} {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js"} {known_script id="jquery.dimensions" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.dimensions.packed.js"} {known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"template-common/lib/plugins/jquery.cluetip.packed.js"} @@ -29,9 +30,9 @@ jQuery().ready(function(){ldelim} {foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} - {$plugin.EXT_NAME} + {$plugin.EXT_NAME} {$plugin.VERSION} - {$plugin.NEW_VERSION} + {$plugin.NEW_VERSION} {'plugins_auto_update'|@translate} / {'plugins_download'|@translate} @@ -52,7 +53,7 @@ jQuery().ready(function(){ldelim} {foreach from=$plugins_uptodate item=plugin name=plugins_loop} - {$plugin.NAME} + {$plugin.NAME} {$plugin.VERSION} {/foreach} diff --git a/admin/template/goto/theme/roma/themeconf.inc.php b/admin/template/goto/theme/roma/themeconf.inc.php index 556c685b3..27bfe7ec1 100644 --- a/admin/template/goto/theme/roma/themeconf.inc.php +++ b/admin/template/goto/theme/roma/themeconf.inc.php @@ -41,6 +41,8 @@ function selected_admin_menu() case 'maintenance': case 'advanced_feature': case 'plugins_list': + case 'plugins_update': + case 'plugins_new': case 'plugin': return 5; } -- cgit v1.2.3