Markup tweaks and corrections for label search window.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Owen Leonard 2009-09-25 09:25:12 -05:00 committed by Galen Charlton
parent 75423b3010
commit 2dd1b5be90

View file

@ -87,14 +87,12 @@ to add to Batch <!-- TMPL_VAR NAME="batch_id" -->
<fieldset class="rows"><table>
<tr><th scope="row">
<fieldset class="rows">
<ol>
<li>
<label for="datefrom">Added on or after date</label>
</th>
<td>
<input type="text" size="10" id="datefrom" name="datefrom" value="" />
<input type="text" size="10" id="datefrom" name="datefrom" value="" />
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" border="0" id="openCalendarFrom" alt="Show Calendar" />
<script type="text/javascript">
Calendar.setup({
inputField : "datefrom",
@ -103,19 +101,10 @@ to add to Batch <!-- TMPL_VAR NAME="batch_id" -->
align : "Tl",
singleClick : false
});
</script>
</td>
</tr>
<tr><th scope="row">
</li>
<li>
<label for="dateto">Added on or before date</label>
</th>
<td>
<input type="text" size="10" id="dateto" name="dateto" value="" />
<img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" border="0" id="openCalendarTo" alt="Show Calendar" />
@ -127,13 +116,8 @@ to add to Batch <!-- TMPL_VAR NAME="batch_id" -->
align : "Tl",
});
</script>
</td>
</tr></table>
</li></ol>
</fieldset>
<fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset>
</form>