Bug 3300: Fixes XHTML errors in viewlog.tmpl
authorGarry Collum <gcollum@gmail.com>
Sat, 6 Jun 2009 14:06:24 +0000 (10:06 -0400)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 6 Jun 2009 19:30:36 +0000 (14:30 -0500)
Corrects a couple of missing ids associated with labels, and removes an extra </div> that appears because or the inclusion of intranet-bottom.inc

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl

index d461b08..1d14e06 100644 (file)
@@ -40,7 +40,7 @@
                                                                <input type="text" name="user" id="user" value="<!-- TMPL_VAR NAME="user"-->" />
                                                        </li>
                                                        <li>
-                                                               <label for="module">Module:</label>
+                                                               <label for="modules">Module:</label>
                                                                <select name="modules" id="modules" multiple="multiple">
                                                                        <option value="" selected="selected">All</option>
                                                                        <option value ="CATALOGUING">Catalog</option>
@@ -70,7 +70,7 @@
                                                        </li>
                                                        <li>
                                                                <label for="info">Info:</label>
-                                                               <input type="text" name="info" value="<!-- TMPL_VAR NAME="info"-->" />
+                                                               <input type="text" id="info" name="info" value="<!-- TMPL_VAR NAME="info"-->" />
                                                        </li>
                                                        <li>
                                                                <label for="from"> Display from</label> <input type="text" size="10" id="from" name="from" value="<!-- TMPL_VAR NAME="datefrom"-->" />
                        <!-- /TMPL_IF -->
                </div>
        </div>
-</div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->