bug 988 followup - tweak wording
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 11 May 2009 19:26:23 +0000 (14:26 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Mon, 11 May 2009 19:26:56 +0000 (14:26 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 03438c3..b93488c 100644 (file)
@@ -111,7 +111,10 @@ $.tablesorter.addParser({
     <li>Too many checked out (already checked out / max : <!-- TMPL_VAR name="TOO_MANY" -->)</li>
 <!-- /TMPL_IF -->
 
-<!-- TMPL_IF NAME="PATRON_CANT" --><li>This patron can't issue this item (issuing rules)</li><!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="PATRON_CANT" -->
+    <li>This patron can't check out this item per library circulation policy</i>
+<!-- /TMPL_IF -->
+
 <!-- TMPL_IF NAME="NOT_FOR_LOAN_FORCING" -->
     <li>Item is normally not for loan.  Check out anyway?</li>
 <!-- /TMPL_IF -->