aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/user_list.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/admin/user_list.tpl')
-rw-r--r--template/yoga/admin/user_list.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 07c303ec4..355d6894b 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -190,6 +190,19 @@
</td>
</tr>
+ <tr>
+ <td>{lang:Privacy level}</td>
+ <td>
+ <label><input type="radio" name="level_action" value="leave" checked="checked" />{lang:leave}</label>
+ <label><input type="radio" name="level_action" value="set" id="level_action_set" />{lang:set to}</label>
+ <select onmousedown="document.getElementById('level_action_set').checked = true;" 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>
</fieldset>