Fix <button> elements for IE 7

db4
Slava Pestov 2008-11-17 07:17:05 -06:00
parent 369831cd39
commit 553bc1fb7a
11 changed files with 11 additions and 11 deletions

View File

@ -61,7 +61,7 @@
</table>
<p>
<button>Update</button>
<button type="submit">Update</button>
<t:validation-errors />
</p>

View File

@ -32,7 +32,7 @@
</table>
<button>Recover password</button>
<button type="submit">Recover password</button>
</t:form>

View File

@ -31,7 +31,7 @@
</table>
<p>
<button>Set password</button>
<button type="submit">Set password</button>
<t:validation-errors />
</p>

View File

@ -62,7 +62,7 @@
<p>
<button>Register</button>
<button type="submit">Register</button>
<t:validation-errors />
</p>

View File

@ -35,7 +35,7 @@
<p>
<button>Log in</button>
<button type="submit">Log in</button>
<t:validation-errors />
</p>

View 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">

View File

@ -18,6 +18,6 @@
</tr>
</table>
<p> <button>Submit</button> </p>
<p> <button type="submit">Submit</button> </p>
</t:form>
</t:chloe>

View File

@ -52,7 +52,7 @@
</tr>
</table>
<p> <button>Done</button> </p>
<p> <button type="submit">Done</button> </p>
</t:form>

View 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>

View File

@ -16,7 +16,7 @@
</p>
<p>
<button>Save</button>
<button type="submit">Save</button>
</p>
</t:form>

View File

@ -32,7 +32,7 @@
</tr>
</table>
<button>View</button>
<button type="submit">View</button>
</t:form>
</t:chloe>