[Koha-patches] [PATCH] [followup bug 5143]Addition to Chris C's work with subtitles on the hold queue: adding the barcode for all items, with notice as to whether a hold is item level or title level. Prettified the subtitle display on the holds queue.

Liz Rea lrea at nekls.org
Wed Aug 18 21:15:50 CEST 2010


---
 .../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



More information about the Koha-patches mailing list