Replace checkbox with button
This commit is contained in:
parent
ab253ce768
commit
047ce4d34d
|
@ -335,8 +335,7 @@ var tmpl = template.Must(template.New("form").Parse(`
|
||||||
<p><label for=text>Text:</label>
|
<p><label for=text>Text:</label>
|
||||||
<input id=text name=text value='{{.Text}}'>
|
<input id=text name=text value='{{.Text}}'>
|
||||||
<p><input type=submit value='Update'>
|
<p><input type=submit value='Update'>
|
||||||
<input type=checkbox id=print name=print>
|
<input type=submit name=print value='Update and Print'>
|
||||||
<label for=print>Print label</label>
|
|
||||||
</fieldset></form>
|
</fieldset></form>
|
||||||
</td>
|
</td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
|
|
Loading…
Reference in New Issue