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 /language/en_UK.iso-8859-1/help | |
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 'language/en_UK.iso-8859-1/help')
-rw-r--r-- | language/en_UK.iso-8859-1/help/group_list.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/help/group_list.html b/language/en_UK.iso-8859-1/help/group_list.html new file mode 100644 index 000000000..e76094cae --- /dev/null +++ b/language/en_UK.iso-8859-1/help/group_list.html @@ -0,0 +1,22 @@ +<h2>Groups list</h2>
+
+<p>This is the place where you can manage defined groups.</p>
+
+<h3>Add a group</h3>
+
+<p>Administrator can add groups.</p>
+
+<h3>Groupes list</h3>
+
+<p>The list allows for each element to:</p>
+
+
+<ul>
+ <li>go to members list</li>
+ <li>go to permissions</li>
+ <li>delete the group (require a confirmation checkbox)</li>
+ <li>toggle status "default" (require a confirmation checkbox)</li>
+</ul>
+
+<h3>Default groups</h3>
+<p>Default groups are groups associated automatically to new user.</p>
\ No newline at end of file |