From ac283e2ec000ddcff62ae1e0e6262b9621137b76 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 31 Mar 2010 22:41:50 +0000 Subject: Feature 1557: New design for "new plugins" tab. git-svn-id: http://piwigo.org/svn/trunk@5515 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/plugins_new.tpl | 73 +++++++++++++++++---------- 1 file changed, 45 insertions(+), 28 deletions(-) (limited to 'admin/themes/default/template/plugins_new.tpl') diff --git a/admin/themes/default/template/plugins_new.tpl b/admin/themes/default/template/plugins_new.tpl index c8eb94a34..ca82a79de 100644 --- a/admin/themes/default/template/plugins_new.tpl +++ b/admin/themes/default/template/plugins_new.tpl @@ -1,11 +1,20 @@ -{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"} +{known_script id="jquery.ui" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/ui.core.packed.js" } +{known_script id="jquery.ui.effects" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/effects.core.packed.js" } +{known_script id="jquery.ui.blind" src=$ROOT_URL|@cat:"themes/default/js/ui/packed/effects.blind.packed.js" } @@ -20,28 +29,36 @@ jQuery().ready(function(){ldelim}

{'Plugins'|@translate}

-{if isset($plugins)} -
- - - - - - - - - - {foreach from=$plugins item=plugin name=plugins_loop} - - - - - - - -{/foreach} -
{'Name'|@translate}{'Version'|@translate}{'Date'|@translate}{'Author'|@translate}{'Actions'|@translate}
{$plugin.EXT_NAME}{$plugin.VERSION}{$plugin.DATE}{$plugin.AUTHOR}{'Automatic installation'|@translate} - / {'Download file'|@translate} -
+
+ + + +{if $plugin.BIG_DESC != $plugin.SMALL_DESC} + +{else} + {/if} + + + + + +
{$plugin.EXT_NAME} + + {$plugin.SMALL_DESC}... + + + {$plugin.BIG_DESC|@nl2br}
+ {'Install'|@translate} + | {'Download'|@translate} + + {'Version'|@translate} {$plugin.VERSION} + | {'By %s'|@translate|@sprintf:$plugin.AUTHOR} + | {'Visit plugin site'|@translate} + {'Downloads'|@translate}: {$plugin.DOWNLOADS} +
+
+{/foreach} \ No newline at end of file -- cgit v1.2.3