aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/comments.tpl
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2006-03-16 22:58:16 +0000
committerrub <rub@piwigo.org>2006-03-16 22:58:16 +0000
commit9b521760af7639310742d7817c4fb91b88471c5c (patch)
tree9260a834a927131ba184de330d4f8ecdfaafdcef /template/yoga/admin/comments.tpl
parent5980db248ab4cc05e8596e07d7efc31048bcb8e8 (diff)
Step 7 improvement issue 0000301:
o can attribute status <= current user o define mode adviser => buttons disabled (gray on IE, not on FF) => truncated actions => display info mode adviser git-svn-id: http://piwigo.org/svn/trunk@1085 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/admin/comments.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl
index d903c332a..d7053200d 100644
--- a/template/yoga/admin/comments.tpl
+++ b/template/yoga/admin/comments.tpl
@@ -17,7 +17,7 @@
<!-- END comment -->
<p class="bottomButtons">
- <input type="submit" name="submit" value="{lang:Submit}" />
+ <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
<input type="submit" name="validate-all" value="{lang:Validate All}" />
<input type="submit" name="reject-all" value="{lang:Reject All}" />
<input type="reset" value="{lang:Reset}" />