diff options
author | rub <rub@piwigo.org> | 2006-11-02 23:11:43 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-11-02 23:11:43 +0000 |
commit | ac7f71bf1ede927910c061ed668c034721112e77 (patch) | |
tree | 1bd734f090a9f93dcdd888ee71ca347535da0ea4 /template/yoga/admin | |
parent | bce8b9f680af4eb5481441e52e1d82b11da722be (diff) |
Resolved Issue ID 0000575:
o Missing Help on screen Groups List/Group Management
Resolved Issue ID 0000356:
o Increase security on adviser mode (Screen Group List)
git-svn-id: http://piwigo.org/svn/trunk@1591 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |