I fucked up, here's the good default template
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
<form action="${SCRIPT_NAME}" method="post">
|
||||
<form action="${SCRIPT_NAME}" method="post">
|
||||
<div style="margin: 5px;">
|
||||
<input type="hidden" name="action" value="doadd" />
|
||||
<textarea cols="80" rows="20" name="content"></textarea><br />
|
||||
<input type="submit" value="Submit Quote" />
|
||||
<textarea cols="80" rows="20" name="content" style="width: 100%;"></textarea>
|
||||
<br />
|
||||
|
||||
<span style="float: right;">
|
||||
<input type="submit" value="Submit Quote" />
|
||||
</span>
|
||||
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
</form>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user