aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/profile_content.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-05 07:16:21 +0000
committervdigital <vdigital@piwigo.org>2007-02-05 07:16:21 +0000
commit01be744d0716119e993a0d9798534fd3f53e5fff (patch)
tree9311410737f024e81eeb47f49084197ec390ee01 /template/yoga/profile_content.tpl
parent76a58082252e71443f3983d5bfb8e123818adb3d (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/profile_content.tpl')
-rw-r--r--template/yoga/profile_content.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/profile_content.tpl b/template/yoga/profile_content.tpl
index 931b08c61..c62bca8c9 100644
--- a/template/yoga/profile_content.tpl
+++ b/template/yoga/profile_content.tpl
@@ -111,8 +111,8 @@
</fieldset>
<p class="bottomButtons">
- <input type="submit" name="validate" value="{lang:submit}">
- <input type="reset" name="reset" value="{lang:reset}" class="reset">
+ <input class="submit" type="submit" name="validate" value="{lang:submit}">
+ <input class="submit" type="reset" name="reset" value="{lang:reset}" class="reset">
</p>
</form>