This commit is contained in:
james 2010-06-14 16:58:58 +00:00
parent 3b7d24c823
commit bd7e107c0e

View File

@ -275,9 +275,9 @@
<? echo i18n("Schedule date"); ?>
<input id="date" class="date" type="text" name="date" value="<?=$editdate?>" size="15" onchange="changeDate()">
<? echo i18n("Start hour")." ";
emit_hour_selector("starthour",7,"id=\"starthour\" onchange=\"changeDate()\"");
emit_hour_selector("starthour",8,"id=\"starthour\" onchange=\"changeDate()\"");
echo i18n("End hour")." ";
emit_hour_selector("endhour",17,"id=\"endhour\" onchange=\"changeDate()\"");
emit_hour_selector("endhour",15,"id=\"endhour\" onchange=\"changeDate()\"");
?>
</form>
<hr />