From 14778ce673277f2df41f963aa70df1cbed427294 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 13 Mar 2010 00:00:52 +0000 Subject: feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/plugins_update.tpl | 79 ++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 admin/themes/default/template/plugins_update.tpl (limited to 'admin/themes/default/template/plugins_update.tpl') diff --git a/admin/themes/default/template/plugins_update.tpl b/admin/themes/default/template/plugins_update.tpl new file mode 100644 index 000000000..312fb3ba8 --- /dev/null +++ b/admin/themes/default/template/plugins_update.tpl @@ -0,0 +1,79 @@ +{known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js"} +{known_script id="jquery.cluetip" src=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"} + + + +
+

{'Plugins'|@translate}

+
+ +{if isset($plugins_not_uptodate)} +
+{'Plugins which need upgrade'|@translate} + + + + + + + + + +{foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} + + + + + + +{/foreach} +
{'Name'|@translate}{'Current
version'|@translate}
{'Available
version'|@translate}
{'Actions'|@translate}
{$plugin.EXT_NAME}{$plugin.VERSION}{$plugin.NEW_VERSION}{'Automatic upgrade'|@translate} + / {'Download file'|@translate}
+{/if} + + +{if isset($plugins_uptodate)} +
+{'Plugins up to date'|@translate} + + + + + + + +{foreach from=$plugins_uptodate item=plugin name=plugins_loop} + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}
{$plugin.NAME}{$plugin.VERSION}
+{/if} + + +{if isset($plugins_cant_check)} +
+{'Plugin versions can\'t be checked'|@translate} + + + + + + + +{foreach from=$plugins_cant_check item=plugin name=plugins_loop} + + + + +{/foreach} +
{'Name'|@translate}{'Version'|@translate}
{$plugin.NAME}{$plugin.VERSION}
+{/if} -- cgit v1.2.3