diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-06 20:55:57 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-06 20:55:57 +0000 |
commit | 462453465b59675706e4bb305fc9a82977dbb5a9 (patch) | |
tree | 9c97d9e0647634300f6b3aa81f228865f5ff20e5 /admin/template/yoga/admin/cat_move.tpl | |
parent | 03c2f3c8db54c8b3df8c344ac0ca7d7ffecac890 (diff) |
Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review (still on going)
git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/yoga/admin/cat_move.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/template/yoga/admin/cat_move.tpl b/admin/template/yoga/admin/cat_move.tpl index 318a025ab..2ca670e20 100644 --- a/admin/template/yoga/admin/cat_move.tpl +++ b/admin/template/yoga/admin/cat_move.tpl @@ -1,9 +1,6 @@ {* $Id$ *} <div class="titrePage"> - <ul class="categoryActions"> - <li><a href="{$U_HELP}" onclick="popuphelp(this.href); return false;" title="{'Help'|@translate}"><img src="{$themeconf.icon_dir}/help.png" class="button" alt="(?)"></a></li> - </ul> <h2>{'Move categories'|@translate}</h2> </div> |