diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/popuphelp.tpl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/yoga/popuphelp.tpl b/template/yoga/popuphelp.tpl index af732c554..ff810c680 100644 --- a/template/yoga/popuphelp.tpl +++ b/template/yoga/popuphelp.tpl @@ -3,4 +3,11 @@ {$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> +<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> + |