diff options
author | nikrou <nikrou@piwigo.org> | 2010-02-15 21:40:52 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-02-15 21:40:52 +0000 |
commit | 213eb3b7367472633667c538fb2add7b14f4b012 (patch) | |
tree | 11733b1904e6d0109b2b596a46a43bc1bd3035ff /admin/template | |
parent | 58c91bb5f35f15bde6fb4858ee81c4e137ad7d41 (diff) |
Bug 1426 fixed : admin help popup use gallery theme instead of admin theme
merge from trunk
git-svn-id: http://piwigo.org/svn/branches/2.0@4894 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/popuphelp.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/template/goto/popuphelp.tpl b/admin/template/goto/popuphelp.tpl new file mode 100644 index 000000000..950e3ca0e --- /dev/null +++ b/admin/template/goto/popuphelp.tpl @@ -0,0 +1,12 @@ +<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.admin_icon_dir}/exit.png" class="button" alt="exit"> + </a> + </li> +</ul> + |