Fixed non validating UI

This commit is contained in:
briandilley
2004-10-24 20:47:27 +00:00
parent 23a020781d
commit 7ec597d0c2
4 changed files with 10 additions and 8 deletions

View File

@ -45,8 +45,10 @@
<div class="container">
<div style="margin-bottom: 2px;">
<form action="${SCRIPT_NAME}" method="get">
<input type="hidden" name="action" value="show" />
<span class="id-search">Kwote #&nbsp;<input type="text" size="5" /></span>
<div>
<input type="hidden" name="action" value="show" />
<span class="id-search">Kwote #&nbsp;<input type="text" size="5" /></span>
</div>
</form>
<span class="title">Kwotes - For happy goodness!</span>
</div>