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/default-layout.css | 55 ++++++++++++++-------------------- admin/template/goto/plugins_new.tpl | 19 +++++++++--- admin/template/goto/plugins_update.tpl | 22 ++++++++++---- 3 files changed, 53 insertions(+), 43 deletions(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index f9f30ec1e..401b0928f 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -205,38 +205,6 @@ top: 0; left: 60px; /*position where enlarged image should offset horizontally */ } - -/* Tooltips*/ -.tooltip { - position: relative; -} - -.tooltip SPAN { - display: none; -} - -.tooltip:hover { - cursor: pointer; - z-index: 500; -} - -.tooltip:hover SPAN { - display: inline; - position: absolute; - top: 30px; - left: -50px; - width: 400px; - - font-size: 11px; - text-decoration: none; - text-align: justify; - background-color: #FFFFCC; - color: #444444; - - padding: 10px; - border: 1px solid Black; -} - BODY { margin: 5px; padding: 0; @@ -531,4 +499,25 @@ LEGEND.tagLetterLegend { TABLE.tagLetterContent { width:100%; font-size:80%; - border-collapse : collapse; } + border-collapse : collapse; +} + +/* jQuery tooltips */ +.cluetip-default #cluetip-outer { + position: relative; + border: 1px solid #111111; + color: #dddddd; + background-color: #222222; + text-align: left; +} +.cluetip-default h3#cluetip-title { + margin: 0 0 5px; + padding: 8px; + color: #666666; + background-color: #d3d3d3; + font-size: 1.1em; + font-weight: bold; +} +.cluetip-default #cluetip-inner { + padding: 10px; +} 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} diff --git a/admin/template/goto/plugins_update.tpl b/admin/template/goto/plugins_update.tpl index 77173f92e..4d9742651 100644 --- a/admin/template/goto/plugins_update.tpl +++ b/admin/template/goto/plugins_update.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}

@@ -16,11 +29,9 @@ {foreach from=$plugins_not_uptodate item=plugin name=plugins_loop} - {$plugin.EXT_NAME} - {$plugin.EXT_DESC} + {$plugin.EXT_NAME} {$plugin.VERSION} - {$plugin.NEW_VERSION} - {$plugin.NEW_VER_DESC} + {$plugin.NEW_VERSION} {'plugins_auto_update'|@translate} / {'plugins_download'|@translate} @@ -41,8 +52,7 @@ {foreach from=$plugins_uptodate item=plugin name=plugins_loop} - {$plugin.NAME} - {$plugin.EXT_DESC} + {$plugin.NAME} {$plugin.VERSION} {/foreach} -- cgit v1.2.3