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/ws_checker.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/ws_checker.tpl')
-rw-r--r-- | template/yoga/admin/ws_checker.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/admin/ws_checker.tpl b/template/yoga/admin/ws_checker.tpl index 9f8238528..04177b1c6 100644 --- a/template/yoga/admin/ws_checker.tpl +++ b/template/yoga/admin/ws_checker.tpl @@ -174,7 +174,7 @@ <td>
</td>
<td>
- <input type="submit" name="wsa_submit" style="width: 10em; padding-top: 3px;"
+ <input class="submit" type="submit" name="wsa_submit" style="width: 10em; padding-top: 3px;"
value="{lang:Submit}" {TAG_INPUT_ENABLED}
title="{lang:Add this access definition}" />
</td>
@@ -229,7 +229,7 @@ <td>
<input type="radio" name="delete_confirmation"
value="true" />
- <input type="submit" name="wsX_submit" style="width: 10em; padding-top: 3px;"
+ <input class="submit" type="submit" name="wsX_submit" style="width: 10em; padding-top: 3px;"
value="{lang:Delete}" {TAG_INPUT_ENABLED}/>
</td>
</tr>
@@ -250,7 +250,7 @@ </option>
<!-- END upd_end -->
</select>
- <input type="submit" name="wsu_submit" style="width: 10em; padding-top: 3px;"
+ <input class="submit" type="submit" name="wsu_submit" style="width: 10em; padding-top: 3px;"
value="{lang:Submit}" {TAG_INPUT_ENABLED}/>
</td>
<td>
|