From fd0b26af453fedf4528eaf4114914a6e5b7bc685 Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 25 Sep 2008 15:10:39 +0000 Subject: - Add all jQuery UI files (for future use) in stable version (1.5.2). - Use jQuery cluetip plugin for new plugins page. - Remove old CSS tooltip rules. git-svn-id: http://piwigo.org/svn/trunk@2587 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/plugins_new.tpl | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'admin/template/goto/plugins_new.tpl') diff --git a/admin/template/goto/plugins_new.tpl b/admin/template/goto/plugins_new.tpl index bfa9dde5c..33515f30c 100644 --- a/admin/template/goto/plugins_new.tpl +++ b/admin/template/goto/plugins_new.tpl @@ -1,3 +1,16 @@ +{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"} + + +

{'Plugins'|@translate}

@@ -21,10 +34,8 @@ {foreach from=$plugins item=plugin name=plugins_loop} - {$plugin.EXT_NAME} - {$plugin.EXT_DESC} - {$plugin.VERSION} - {$plugin.VER_DESC} + {$plugin.EXT_NAME} + {$plugin.VERSION} {$plugin.DATE} {$plugin.AUTHOR} {'plugins_auto_install'|@translate} -- cgit v1.2.3