Bug 4142: Fixes XHTML errors in aqbudgetperiod.tmpl.
authorGarry Collum <gcollum@gmail.com>
Mon, 8 Feb 2010 22:36:38 +0000 (17:36 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 9 Feb 2010 01:54:26 +0000 (20:54 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

index a63fdcc..8599f6b 100644 (file)
     <input type="hidden" name="budget_period_id" value="<!-- TMPL_VAR name="budget_period_id" -->" />
     <ol>
     <li>
-    <label for="datefrom">Start date</label>
+    <label for="budget_period_startdate">Start date</label>
     <input type="text" size="10" id="budget_period_startdate" name="budget_period_startdate"   value="<!-- TMPL_VAR NAME="budget_period_startdate" -->"  />
-    <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarFrom" style="cursor: pointer;" valign="top" />
+    <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarFrom" style="cursor: pointer;" alt="Show start date calendar" />
     <script type="text/javascript">
         Calendar.setup({
         inputField     :    "budget_period_startdate",
 
     <label for="budget_period_enddate">End date</label>
     <input type="text" size="10" id="budget_period_enddate" name="budget_period_enddate" value="<!-- TMPL_VAR NAME="budget_period_enddate" -->" />
-    <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarTo" style="cursor: pointer;" valign="top" />
+    <img src="/intranet-tmpl/prog/en/lib/calendar/cal.gif" border="0" id="openCalendarTo" style="cursor: pointer;" alt="Show end date calendar" />
 
     <script type="text/javascript">
         Calendar.setup({