---
 .../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 7645d2c..588a437 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
@@ -59,9 +59,9 @@ TMPL_VAR NAME="parts" --> <!-- TMPL_VAR NAME="numbers" -->
             <td><!-- TMPL_VAR NAME="location" --> <!-- TMPL_VAR 
NAME="itemcallnumber"--> <!-- TMPL_VAR NAME="enumchron" --></td>
             <td>
                 <!-- TMPL_IF NAME="item_level_request" -->
-                    <!-- TMPL_VAR NAME="barcode" -->
+                    <em><strong>Only item</strong> <!-- TMPL_VAR 
NAME="barcode" --></em>
                 <!-- TMPL_ELSE -->
-                    <em>Any available copy</em>
+                    <!-- TMPL_VAR NAME="barcode" -->, or <em>Any Available 
Item</em>
                 <!-- /TMPL_IF -->
             </td>
                        <td><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.5.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches

Reply via email to