diff options
Diffstat (limited to 'template/yoga/admin/cat_options.tpl')
-rw-r--r-- | template/yoga/admin/cat_options.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 7ee2a945e..052b2a99c 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -1,5 +1,10 @@ <!-- $Id$ --> -<h2>{lang:title_cat_options}</h2> +<div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="template/yoga/theme/help.png" alt="(?)"></a></li> + </ul> + <h2>{lang:title_cat_options}</h2> +</div> <form method="post" action="{F_ACTION}" id="cat_options"> <fieldset> |