bug 1637: make the privacy level the same everywher, use "who can see this photo?"
instead of "minimum privacy level". git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
7e82d545d5
commit
10dac9de37
15 changed files with 60 additions and 71 deletions
|
|
@ -377,7 +377,7 @@
|
|||
|
||||
<li>
|
||||
<label>
|
||||
<span class="property">{'Privacy level'|@translate} ({'available for administrators only'|@translate})</span>
|
||||
<span class="property">{'Who can see this photo?'|@translate} ({'available for administrators only'|@translate})</span>
|
||||
<input type="checkbox" name="picture_informations[privacy_level]" {if ($display.picture_informations.privacy_level)}checked="checked"{/if}>
|
||||
</label>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -185,12 +185,12 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>{'Minimum privacy level'|@translate}</td>
|
||||
<td>{'Who can see these photos?'|@translate}</td>
|
||||
<td>
|
||||
<label><input type="radio" name="level_action" value="leave" checked="checked">{'leave'|@translate}</label>
|
||||
<label><input type="radio" name="level_action" value="set" id="level_action_set">{'set to'|@translate}</label>
|
||||
<select onchange="document.getElementById('level_action_set').checked = true;" name="level" size="1">
|
||||
{html_options options=$level_options}
|
||||
{html_options options=$level_options selected=$level_options_selected}
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{'Minimum privacy level'|@translate}</strong></td>
|
||||
<td><strong>{'Who can see this photo?'|@translate}</strong></td>
|
||||
<td>
|
||||
<select name="level-{$element.ID}">
|
||||
{html_options options=$level_options selected=$element.LEVEL}
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><strong>{'Minimum privacy level'|@translate}</strong></td>
|
||||
<td><strong>{'Who can see this photo?'|@translate}</strong></td>
|
||||
<td>
|
||||
<select name="level" size="1">
|
||||
{html_options options=$level_options selected=$level_options_selected}
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
<ul style="padding-left:3em">
|
||||
<li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}> {'display maximum informations (added categories and elements, deleted categories and elements)'|@translate}</label></li>
|
||||
<li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}> {'add new elements to caddie'|@translate}</label></li>
|
||||
<li><label>{'Minimum privacy level'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li>
|
||||
<li><label>{'Who can see these photos?'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue