diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-05 07:16:21 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-05 07:16:21 +0000 |
commit | 01be744d0716119e993a0d9798534fd3f53e5fff (patch) | |
tree | 9311410737f024e81eeb47f49084197ec390ee01 /template/yoga/admin/comments.tpl | |
parent | 76a58082252e71443f3983d5bfb8e123818adb3d (diff) |
Yoga has input[type="submit"] style addressability restored.
(Since Javascript/Rating it was not possible to change button without loosing rating stars).
p0w0 is fix for a new button display.
git-svn-id: http://piwigo.org/svn/trunk@1780 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/comments.tpl')
-rw-r--r-- | template/yoga/admin/comments.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/yoga/admin/comments.tpl b/template/yoga/admin/comments.tpl index 3749443ee..39c18bd5c 100644 --- a/template/yoga/admin/comments.tpl +++ b/template/yoga/admin/comments.tpl @@ -15,10 +15,10 @@ <p class="bottomButtons"> <input type="hidden" name="list" value="{LIST}" /> - <input type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/> - <input type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/> - <input type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/> - <input type="reset" value="{lang:Reset}" /> + <input class="submit" type="submit" name="submit" value="{lang:Submit}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="validate-all" value="{lang:Validate All}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="submit" name="reject-all" value="{lang:Reject All}" {TAG_INPUT_ENABLED}/> + <input class="submit" type="reset" value="{lang:Reset}" /> </p> </form> |