Fixed template files to make column headers and text line up --- .../prog/en/modules/opac-readingrecord.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl index c9a09fb..46f0c85 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-readingrecord.tmpl @@ -37,7 +37,7 @@ You have never borrowed anything from this library. </ul> <div class="tabs-container"><table id="readingrec"> <tr> -<th colspan="2"><!-- TMPL_UNLESS NAME="orderbytitle" --><a +<th><!-- TMPL_UNLESS NAME="orderbytitle" --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!-- TMPL_ELSE -->Title<!-- /TMPL_UNLESS --></th> <!-- TMPL_UNLESS NAME="item-level_itypes" --><th>Item Type</th><!-- /TMPL_UNLESS --> -- 1.5.6.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
