diff options
author | rub <rub@piwigo.org> | 2006-03-16 22:58:16 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-03-16 22:58:16 +0000 |
commit | 9b521760af7639310742d7817c4fb91b88471c5c (patch) | |
tree | 9260a834a927131ba184de330d4f8ecdfaafdcef /template/yoga/admin/cat_list.tpl | |
parent | 5980db248ab4cc05e8596e07d7efc31048bcb8e8 (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 'template/yoga/admin/cat_list.tpl')
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index 1124b1157..599270b6c 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -39,8 +39,8 @@ </ul> <p> - <input name="submitOrder" type="submit" value="{lang:Save order}" /> - <input name="submitOrderAlphaNum" type="submit" value="{lang:Order alphanumerically}" /> + <input name="submitOrder" type="submit" value="{lang:Save order}" {TAG_INPUT_ENABLED} /> + <input name="submitOrderAlphaNum" type="submit" value="{lang:Order alphanumerically}" {TAG_INPUT_ENABLED} /> </p> </form> @@ -48,6 +48,6 @@ <form id="addVirtual" action="{F_ACTION}" method="post"> <p> {L_ADD_VIRTUAL} : <input type="text" name="virtual_name" /> - <input type="submit" value="{L_SUBMIT}" name="submitAdd" /> + <input type="submit" value="{L_SUBMIT}" name="submitAdd" {TAG_INPUT_ENABLED} /> </p> </form> |