aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-17 17:59:59 +0000
committerrub <rub@piwigo.org>2006-03-17 17:59:59 +0000
commit62b589964a5bd86b1ba74514cd9990d3078bf197 (patch)
treef160cc99f24498d1d2e4f5b8ed4edc1754b610f9 /template
parent97b681f1fa58e72bacff516ac51b35577181367b (diff)
Step 8 improvement issue 0000301:
o Add $conf['allow_adviser'] git-svn-id: http://piwigo.org/svn/trunk@1087 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/user_list.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 81365b63b..1483e80f4 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -124,6 +124,7 @@
</td>
</tr>
+ <!-- BEGIN adviser -->
<tr>
<td>{lang:adviser}</td>
<td>
@@ -133,8 +134,9 @@
<label><input type="radio" name="adviser" value="false" {ADVISER_NO} />{L_NO}</label>
</td>
</tr>
- </table>
+ <!-- END adviser -->
+ </table>
</fieldset>
<!-- form to set properties for many users at once -->