diff options
Diffstat (limited to 'admin/template/goto/popuphelp.tpl')
-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> + |