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/cat_modify.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/cat_modify.tpl')
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index 4b81a1be7..2d175e2f3 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -125,8 +125,8 @@ </fieldset> <p style="text-align:center;"> - <input type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/> - <input type="reset" value="{lang:Reset}" name="reset" /> + <input class="submit" type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/> + <input class="submit" type="reset" value="{lang:Reset}" name="reset" /> </p> <!-- BEGIN representant --> @@ -145,11 +145,11 @@ </td> <td> <!-- BEGIN set_random --> - <p><input type="submit" name="set_random_representant" value="{L_SET_RANDOM_REPRESENTANT}" {TAG_INPUT_ENABLED}/></p> + <p><input class="submit" type="submit" name="set_random_representant" value="{L_SET_RANDOM_REPRESENTANT}" {TAG_INPUT_ENABLED}/></p> <!-- END set_random --> <!-- BEGIN delete_representant --> - <p><input type="submit" name="delete_representant" value="{lang:Delete Representant}" /></p> + <p><input class="submit" type="submit" name="delete_representant" value="{lang:Delete Representant}" /></p> <!-- END delete_representant --> </td> </tr> @@ -183,8 +183,8 @@ </table> <p> - <input type="submit" value="{lang:Submit}" name="submitAdd" {TAG_INPUT_ENABLED}/> - <input type="reset" value="{lang:Reset}" name="reset" /> + <input class="submit" type="submit" value="{lang:Submit}" name="submitAdd" {TAG_INPUT_ENABLED}/> + <input class="submit" type="reset" value="{lang:Reset}" name="reset" /> </p> </fieldset> |