mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2095 make "who can see..." more obviously related to privacy level
This commit is contained in:
@@ -657,7 +657,7 @@ UL.thumbnails SPAN.wrap2 {ldelim}
|
||||
<option value="author">{'Set author'|@translate}</option>
|
||||
<option value="title">{'Set title'|@translate}</option>
|
||||
<option value="date_creation">{'Set creation date'|@translate}</option>
|
||||
<option value="level" class="icon-lock">{'Who can see these photos?'|@translate}</option>
|
||||
<option value="level" class="icon-lock">{'Who can see these photos?'|@translate} ({'Privacy level'|translate})</option>
|
||||
<option value="metadata">{'Synchronize metadata'|@translate}</option>
|
||||
{if ($IN_CADDIE)}
|
||||
<option value="remove_from_caddie">{'Remove from caddie'|@translate}</option>
|
||||
|
||||
@@ -84,7 +84,7 @@ jQuery("a.preview-box").colorbox( {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>{'Who can see this photo?'|@translate}</strong></td>
|
||||
<td><strong>{'Who can see this photo?'|@translate}</strong><br>({'Privacy level'|translate})</td>
|
||||
<td>
|
||||
<select name="level-{$element.id}">
|
||||
{html_options options=$level_options selected=$element.LEVEL}
|
||||
|
||||
@@ -219,7 +219,7 @@ $('#action-delete-picture').on('click', function() {
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>{'Who can see this photo?'|@translate}</strong>
|
||||
<strong>{'Who can see this photo?'|@translate}</strong> ({'Privacy level'|translate})
|
||||
<br>
|
||||
<div class='select-icon icon-down-open'> </div>
|
||||
<select name="level" size="1">
|
||||
|
||||
Reference in New Issue
Block a user