Bug 3252: Fixes XHTML on catalog statistic form page.
authorGarry Collum <gcollum@gmail.com>
Fri, 29 May 2009 02:30:24 +0000 (22:30 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:00 +0000 (23:19 +0200)
Several form input fields were within a <table> element, but not in a <td>.  This patch pulls the input fields out of the table.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tmpl

index 683bd8b..c367cec 100644 (file)
 <!-- TMPL_ELSE -->
 
        <form method="post" action="/cgi-bin/koha/reports/catalogue_stats.pl">
+       <input type="hidden" name="Filter" /> <input type="hidden" name="Filter" />
+       <!-- TMPL_UNLESS Name="haslccn" -->
+       <input type="hidden" name="Filter" /> <input type="hidden" name="Filter" />
+       <!-- /TMPL_UNLESS -->
        <fieldset class="rows">
        <legend>Catalog statistics</legend>
        <table>
@@ -74,7 +78,6 @@
                        </tr>
                </thead>
                <tbody>
-                               <input type="hidden" name="Filter" /> <input type="hidden" name="Filter" />
                        <!-- TMPL_IF Name="haslccn" -->
                                        <tr>
                                        <td>LoC Classification</td>
@@ -96,8 +99,6 @@
                                        </td>
                                        <td>&nbsp;</td>
                                </tr>
-                               <!-- TMPL_ELSE -->
-                               <input type="hidden" name="Filter" /> <input type="hidden" name="Filter" />
                        <!-- /TMPL_IF  -->
                        <!-- TMPL_IF Name="hascote" -->
                          <tr>