Fix <button> elements for IE 7
parent
369831cd39
commit
553bc1fb7a
|
@ -61,7 +61,7 @@
|
|||
</table>
|
||||
|
||||
<p>
|
||||
<button>Update</button>
|
||||
<button type="submit">Update</button>
|
||||
<t:validation-errors />
|
||||
</p>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
</table>
|
||||
|
||||
<button>Recover password</button>
|
||||
<button type="submit">Recover password</button>
|
||||
|
||||
</t:form>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</table>
|
||||
|
||||
<p>
|
||||
<button>Set password</button>
|
||||
<button type="submit">Set password</button>
|
||||
<t:validation-errors />
|
||||
</p>
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
<p>
|
||||
|
||||
<button>Register</button>
|
||||
<button type="submit">Register</button>
|
||||
<t:validation-errors />
|
||||
|
||||
</p>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
<p>
|
||||
|
||||
<button>Log in</button>
|
||||
<button type="submit">Log in</button>
|
||||
<t:validation-errors />
|
||||
|
||||
</p>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p> <button>Submit</button> </p>
|
||||
<p> <button type="submit">Submit</button> </p>
|
||||
</t:form>
|
||||
</t:chloe>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p> <button>Done</button> </p>
|
||||
<p> <button type="submit">Done</button> </p>
|
||||
|
||||
</t:form>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
<button>Save</button>
|
||||
<button type="submit">Save</button>
|
||||
</p>
|
||||
|
||||
</t:form>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<button>View</button>
|
||||
<button type="submit">View</button>
|
||||
</t:form>
|
||||
|
||||
</t:chloe>
|
||||
|
|
Loading…
Reference in New Issue