changing order in permission page for UK

This commit is contained in:
Julien Samson
2019-01-09 16:32:53 +01:00
committed by Pierrick Le Gall
parent 2cf5c63ca1
commit 64819ae2a0

View File

@@ -1,30 +1,3 @@
<fieldset>
<legend>Permissions on photos</legend>
<p>Each photo has a <strong>privacy level</strong> (a lock). Each user also has a privacy level (a key). There are 5 privacy levels:</p>
<ol>
<li>None</li>
<li><em>Contacts</em></li>
<li><em>Friends (which is higher than a contact)</em></li>
<li><em>Family (which is higher than a friend)</em></li>
<li><em>Admins (which is higher than any other level)</em></li>
</ol>
<p>Higher levels have permissions on lower levels. For a given user, the higher the privacy level, the more photos he can see.</p>
<p>For example, if photo "peter_wedding-0024.jpg" has <em>"Family"</em> privacy level, then:</p>
<ul>
<li>Peter (who is an <em>"Admin"</em>) will see the photo because <em>"Admins"</em> can see all photos</li>
<li>Beth (who is a <em>"Family"</em> member) will also see the photo</li>
<li>Mary (who is just a <em>"Friend"</em>) won't see the photo</li>
</ul>
<p>A user that has no permission to see the content of a album won't see the album itself, not even its title. The same principle applies to a tag.</p>
<p>You can set the privacy level of a user on <span class="pwgScreen">Administration &raquo; Users &raquo; Manage</span> screen.</p>
</fieldset>
<fieldset>
<legend>Permissions on albums</legend>
@@ -55,3 +28,30 @@ users with 3 screens:</p>
</ul>
</fieldset>
<fieldset>
<legend>Permissions on photos</legend>
<p>Each photo has a <strong>privacy level</strong> (a lock). Each user also has a privacy level (a key). There are 5 privacy levels:</p>
<ol>
<li>None</li>
<li><em>Contacts</em></li>
<li><em>Friends (which is higher than a contact)</em></li>
<li><em>Family (which is higher than a friend)</em></li>
<li><em>Admins (which is higher than any other level)</em></li>
</ol>
<p>Higher levels have permissions on lower levels. For a given user, the higher the privacy level, the more photos he can see.</p>
<p>For example, if photo "peter_wedding-0024.jpg" has <em>"Family"</em> privacy level, then:</p>
<ul>
<li>Peter (who is an <em>"Admin"</em>) will see the photo because <em>"Admins"</em> can see all photos</li>
<li>Beth (who is a <em>"Family"</em> member) will also see the photo</li>
<li>Mary (who is just a <em>"Friend"</em>) won't see the photo</li>
</ul>
<p>A user that has no permission to see the content of a album won't see the album itself, not even its title. The same principle applies to a tag.</p>
<p>You can set the privacy level of a user on <span class="pwgScreen">Administration &raquo; Users &raquo; Manage</span> screen.</p>
</fieldset>