Bug 3963: Additional patch to fix XHTML.
authorGarry Collum <gcollum@gmail.com>
Sat, 19 Dec 2009 05:13:30 +0000 (00:13 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:28:29 +0000 (14:28 +0100)
Found more errors in aqbudgetperiods.tmpl and one of its include files.

koha-tmpl/intranet-tmpl/prog/en/includes/duplicates.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

index 3374c6a..a2a5bc3 100644 (file)
@@ -16,7 +16,7 @@ function confirmnotdup(){
 <p>Is this a duplicate of 
        <ul><!--TMPL_LOOP Name="duplicates"-->
                <li><a href="<!--TMPL_VAR Name="url"-->?<!--TMPL_VAR Name="field_name"-->=<!-- TMPL_VAR name="dupid" -->" onclick="openWindow('<!--TMPL_VAR Name="url"-->?<!--TMPL_VAR Name="field_name"-->=<!-- TMPL_VAR name="dupid" -->&amp;popup=1', 'Duplicate '; return false;)"><!-- TMPL_VAR name="duplicateinformation" --></a>?
-               <form action="<!--TMPL_VAR Name="action_dup_yes_url"-->"" method="get">
+               <form action="<!--TMPL_VAR Name="action_dup_yes_url"-->" method="get">
                        <input type="hidden" name="<!--TMPL_VAR Name="field_name"-->" value="<!-- TMPL_VAR name="dupid" -->" />
                        <input type="submit" class="edit" value="Yes: Edit existing" />
                </form>
index 1e3d9d1..56e469a 100644 (file)
     <li>
 
     <label for="budget_period_enddate">End date</label>
-    </th>
-    <td>
     <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" />
 
         <!-- ACTIVE -->
         <!-- ############################## -->
         <label for="budget_period_active">Make Budget Active</label>
-        <!-- TMPL_IF NAME="budget_period_active" --><input type="checkbox" checked="checked" id="budget_period_active" name="budget_period_active" value="1" checked /><!--TMPL_ELSE-->  <input type="checkbox" id="budget_period_active" name="budget_period_active" value="1"/> <!--/TMPL_IF-->
+        <!-- TMPL_IF NAME="budget_period_active" --><input type="checkbox" checked="checked" id="budget_period_active" name="budget_period_active" value="1" /><!--TMPL_ELSE-->  <input type="checkbox" id="budget_period_active" name="budget_period_active" value="1"/> <!--/TMPL_IF-->
     </li>
 
     <li>