diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin/picture_modify.tpl | 11 |
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;"> |