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

@ -1,8 +1,8 @@
<form action="${SCRIPT_NAME}" method="get">
<input type="hidden" name="action" value="list" />
<input type="hidden" name="s" value="0" />
<div style="margin-left: auto; margin-right: auto; width: 400px;">
<input type="hidden" name="action" value="list" />
<input type="hidden" name="s" value="0" />
<div>
<span style="margin-right: 10px;">Search Text:</span>
<input type="text" size="15" name="ss" /> <input type="submit" value="Search" />