diff options
Diffstat (limited to 'template/yoga/admin')
-rw-r--r-- | template/yoga/admin/group_list.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index 0424456e5..864efade7 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -1,5 +1,10 @@ <!-- $Id$ --> -<h2>{lang:title_groups}</h2> +<div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> + </ul> + <h2>{lang:title_groups}</h2> +</div> <form method="post" name="add_user" action="{F_ADD_ACTION}" class="properties"> <fieldset> |