aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-09-13 01:06:34 +0000
committerrvelices <rv-github@modusoptimus.com>2007-09-13 01:06:34 +0000
commit98c804aba2dae42e0f3685990a9f505176102f08 (patch)
tree1b32a9a46cfeafb70aab1a8bd6deb01f54513d44 /template
parent69d0dae55d52338e5ef96074e2af2215a93b63fa (diff)
feature 731: permissions at image level
- possibility to change image level from picture_modify - language change "Public" to "---" - possibility to sort users by level on user_list page git-svn-id: http://piwigo.org/svn/trunk@2090 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/picture_modify.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl
index 283cae73a..931d20809 100644
--- a/template/yoga/admin/picture_modify.tpl
+++ b/template/yoga/admin/picture_modify.tpl
@@ -116,6 +116,17 @@
<td><textarea name="description" class="description">{DESCRIPTION}</textarea></td>
</tr>
+ <tr>
+ <td><strong>{lang:Minimum privacy level}</strong></td>
+ <td>
+ <select name="level" size="1">
+ <!-- BEGIN level_option -->
+ <option {level_option.SELECTED} value="{level_option.VALUE}">{level_option.CONTENT} ({level_option.VALUE})</option>
+ <!-- END level_option -->
+ </select>
+ </td>
+ </tr>
+
</table>
<p style="text-align:center;">