[Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 5971, Minor markup error in holds queue report

Nicole C. Engard nengard at bywatersolutions.com
Sat Mar 26 19:26:47 CET 2011


From: Owen Leonard <oleonard at myacpl.org>


Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../prog/en/modules/circ/view_holdsqueue.tmpl      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
index c21bc94..1464d43 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tmpl
@@ -57,9 +57,9 @@
             <td class="hq-callnumber"><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
             <td class="hq-barcode">
                 <!-- TMPL_IF NAME="item_level_request" -->
-			<em>Only Item: </em><!-- TMPL_VAR NAME="barcode" -->
+			<em>Only Item:</em> <strong><!-- TMPL_VAR NAME="barcode" --></strong>
                 <!-- TMPL_ELSE -->
-                    <strong><!-- TMPL_VAR NAME="barcode" --></strong></br><em>or Any available</em>
+                    <strong><!-- TMPL_VAR NAME="barcode" --></strong> <em>or any available</em>
                 <!-- /TMPL_IF -->
             </td>
 			<td class="hq-patron"><p><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber" -->#reserves"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</a></p> <p><!-- TMPL_VAR NAME="phone" --></p></td>
-- 
1.7.2.3



More information about the Koha-patches mailing list