aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-14 21:31:31 +0000
committerrub <rub@piwigo.org>2006-03-14 21:31:31 +0000
commit77aa54a32b1a3fd43cb6615bf5bba9360e21647c (patch)
tree8933c1e573916f3bff35f8569c06ee77cc69ef91 /template
parent7eb6e6ca1f01a4cc7793fb76ca68c65bf2e0286c (diff)
Step 2 improvement issue 0000127:
o Allow to chage high property on user list o Set initial value for the 2 default users + Correction of permissions.png in user list git-svn-id: http://piwigo.org/svn/trunk@1079 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/user_list.tpl25
1 files changed, 24 insertions, 1 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index deb85b638..d4a45aa63 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -80,6 +80,7 @@
<th>{L_STATUS}</th>
<th>{L_EMAIL}</th>
<th>{lang:Groups}</th>
+ <th>{L_PROPERTIES}</th>
<th>{L_ACTIONS}</th>
</tr>
<!-- BEGIN user -->
@@ -89,8 +90,9 @@
<td>{user.STATUS}</td>
<td>{user.EMAIL}</td>
<td>{user.GROUPS}</td>
+ <td>{user.PROPERTIES}</td>
<td style="text-align:center;">
- <a href="{user.U_PERM}"><img src="./template/yoga/theme/permissions.png" class="button" style="border:none" alt="{L_PERMISSIONS}" title="{L_PERMISSIONS}" /></a>
+ <a href="{user.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="{L_PERMISSIONS}" title="{L_PERMISSIONS}" /></a>
</td>
</tr>
<!-- END user -->
@@ -157,6 +159,27 @@
</fieldset>
+<!-- Properties -->
+<fieldset>
+ <legend>{L_PROPERTIES}</legend>
+
+ <table>
+
+ <tr>
+ <td>{lang:enabled_high}</td>
+ <td>
+ <label><input type="radio" name="enabled_high" value="leave" checked="checked" /> {lang:leave}</label>
+ / {lang:set to}
+ <label><input type="radio" name="enabled_high" value="true" {ENABLED_HIGH_YES} />{L_YES}</label>
+ <label><input type="radio" name="enabled_high" value="false" {ENABLED_HIGH_NO} />{L_NO}</label>
+ </td>
+ </tr>
+
+ </table>
+
+</fieldset>
+
+<!-- preference -->
<fieldset>
<legend>{lang:Preferences}</legend>