diff options
Diffstat (limited to '')
-rw-r--r-- | BSF/template/yoga/popuphelp.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/BSF/template/yoga/popuphelp.tpl b/BSF/template/yoga/popuphelp.tpl new file mode 100644 index 000000000..af732c554 --- /dev/null +++ b/BSF/template/yoga/popuphelp.tpl @@ -0,0 +1,6 @@ +{* $Id$ *} +<div id="content" class="content"> +{$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> |