diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-08-28 01:26:26 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-08-28 01:26:26 +0000 |
commit | 3a67845aaf128fe718b27a89635fb33810ba7e41 (patch) | |
tree | cc12790366983d2c7496bbbf5eb5de5ac2b3b6a8 /template/yoga/popuphelp.tpl | |
parent | abb2f22b2e96a89a44ad9d36db3bf612c6f88b9f (diff) |
- removed and moved (from common to admin) some CSS rules
- upgraded jQuery and accordion to latest version (and reorganised a bit their location)
git-svn-id: http://piwigo.org/svn/trunk@2489 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/popuphelp.tpl')
-rw-r--r-- | template/yoga/popuphelp.tpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl index af732c554..ff810c680 100644 --- a/template/yoga/popuphelp.tpl +++ b/template/yoga/popuphelp.tpl @@ -3,4 +3,11 @@ {$HELP_CONTENT} </div> <!-- content --> -<p id="pageBottomActions"><a href="#" onclick="window.close();" title="{'Close this window'|@translate}"><img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close"></a></p> +<ul class="categoryActions"> + <li> + <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> + <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> + </a> + </li> +</ul> + |