diff options
Diffstat (limited to 'themes/default/template/popuphelp.tpl')
-rw-r--r-- | themes/default/template/popuphelp.tpl | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index cd02555d5..89cba8578 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -1,12 +1,21 @@ <div id="content" class="content"> + <div class="titrePage"> + <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> + <h2>{$PAGE_TITLE}</h2> + </div> + {$HELP_CONTENT} + +<p> + <a href="#" onclick="window.close();">{'Close this window'|@translate}</a> +</p> + </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> |