]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix <button> elements for IE 7
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 17 Nov 2008 13:17:05 +0000 (07:17 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 17 Nov 2008 13:17:05 +0000 (07:17 -0600)
basis/furnace/auth/features/edit-profile/edit-profile.xml
basis/furnace/auth/features/recover-password/recover-1.xml
basis/furnace/auth/features/recover-password/recover-3.xml
basis/furnace/auth/features/registration/register.xml
basis/furnace/auth/login/login.xml
extra/webapps/help/search.xml
extra/webapps/pastebin/new-paste.xml
extra/webapps/pastebin/paste.xml
extra/webapps/wee-url/shorten.xml
extra/webapps/wiki/edit.xml
extra/webapps/wiki/revisions.xml

index 878bdd64fb5fb73a2239546c8e416d716f809280..f85869e56a9bb648b7ce9f50dc5e79b8733ea752 100644 (file)
@@ -61,7 +61,7 @@
        </table>
 
        <p>
-               <button>Update</button>
+               <button type="submit">Update</button>
                <t:validation-errors />
        </p>
 
index a8b67513a4317a249a684738afc3323b6c79e909..6dc882538e5e4cfb6db7c63986ad598d9a6d0f13 100644 (file)
@@ -32,7 +32,7 @@
 
                </table>
 
-               <button>Recover password</button>
+               <button type="submit">Recover password</button>
 
        </t:form>
 
index 2df400ffe23ef1b00a068af96924f270d8e6c14f..ec68e279473eaa5f3746df574c5bc3a2c8a4e7ea 100644 (file)
@@ -31,7 +31,7 @@
                </table>
 
                <p>
-                       <button>Set password</button>
+                       <button type="submit">Set password</button>
                        <t:validation-errors />
                </p>
 
index 45c090905e8e0bc6db0c22911406c359b5606836..1e2fec6dd0d73f617fbcd66e4b464ef894aa39dc 100644 (file)
@@ -62,7 +62,7 @@
 
                <p>
 
-                       <button>Register</button>
+                       <button type="submit">Register</button>
                        <t:validation-errors />
 
                </p>
index 917c182fb305d7d06fa5f0f6f4814d10a7240072..9a37174e95402581d414a99fc7dd1af5e87fa588 100644 (file)
@@ -35,7 +35,7 @@
 
                <p>
 
-                       <button>Log in</button>
+                       <button type="submit">Log in</button>
                        <t:validation-errors />
 
                </p>
index e5fa5d3901a5128c34d4a2f1565b1f1fadba1581..bcaed59ea4816e5f2bd4f9148e1da4a6720159e4 100644 (file)
@@ -30,7 +30,7 @@
                
                <t:form t:action="$help-webapp/search">
                        <t:field t:name="search" />
-                       <button>Search</button>
+                       <button type="submit">Search</button>
                </t:form>
                
                <t:if t:value="articles">
index 96339b6cf86a0b77438e74e2176522aafe176a2e..9866c8819a656352f55bcac8fbdf86e542370e74 100644 (file)
@@ -18,6 +18,6 @@
                        </tr>
                </table>
 
-               <p> <button>Submit</button> </p>
+               <p> <button type="submit">Submit</button> </p>
        </t:form>
 </t:chloe>
index 8fe672049f07527188049e63fb05f5e3a127a5b4..a48d2ea42dee37622dce5a9c2c915f6453ff34b1 100644 (file)
@@ -52,7 +52,7 @@
                                </tr>
                        </table>
 
-                       <p> <button>Done</button> </p>
+                       <p> <button type="submit">Done</button> </p>
 
                </t:form>
 
index 53f611a8d8e47804af54c6842628647117d36d54..3dda556aa2c35de6784f9917db13e287d8a4d5c4 100644 (file)
@@ -4,7 +4,7 @@
 
         <t:form t:action="$wee-url">
                <p>Shorten URL: <t:field t:name="url" t:size="40" /></p>
-               <button>Shorten</button>
+               <button type="submit">Shorten</button>
        </t:form>
 
 </t:chloe>
index 9cb2e92f932034e2db445cc505711c01c8355a07..f8c593cf2ff04654c0a6a274096399d31f4f9b97 100644 (file)
@@ -16,7 +16,7 @@
                </p>
 
                <p>
-                       <button>Save</button>
+                       <button type="submit">Save</button>
                </p>
 
        </t:form>
index 1d9c01fd65edc1cb59776a614530ea057373e967..759cc77449c0bb4d0d6f9b8213f1d628935e6831 100644 (file)
@@ -32,7 +32,7 @@
                        </tr>
                </table>
 
-               <button>View</button>
+               <button type="submit">View</button>
        </t:form>
 
 </t:chloe>