Corrects a couple of missing ids associated with labels, and removes an extra </div> that appears because or the inclusion of intranet-bottom.inc --- .../prog/en/modules/tools/viewlog.tmpl | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl index d461b08..1d14e06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tmpl @@ -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"-->" /> @@ -227,5 +227,4 @@ <!-- /TMPL_IF --> </div> </div> -</div> <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> -- 1.5.6.5 _______________________________________________ Koha-patches mailing list Koha-patches@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-patches