aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-02-15 21:36:36 +0000
committernikrou <nikrou@piwigo.org>2010-02-15 21:36:36 +0000
commit6992b275359c8073aebd123e7280b7d2154988b0 (patch)
treea535f3e5d7c186b63439590075a261bc2457bc48 /template
parentc1d6177df9ebb853217958d91aba26f35f66a497 (diff)
Bug 1426 fixed : admin help popup use gallery theme instead of admin theme
git-svn-id: http://piwigo.org/svn/trunk@4893 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/popuphelp.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl
deleted file mode 100644
index 1b2aaa1d3..000000000
--- a/template/yoga/popuphelp.tpl
+++ /dev/null
@@ -1,12 +0,0 @@
-<div id="content" class="content">
-{$HELP_CONTENT}
-</div> <!-- content -->
-
-<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>
-