bug 4505 followup - template changes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tmpl
index 1fe88fb..a2b1d09 100644 (file)
@@ -242,6 +242,9 @@ function refocus(calendar) {
 <!-- TMPL_IF NAME="NOT_FOR_LOAN_FORCING" -->
     <li>Item is normally not for loan.  Check out anyway?</li>
 <!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="USERBLOCKEDREMAINING" -->
+    <li>This patron has overdue items.  Check out anyway?</li>
+<!-- /TMPL_IF -->
 </ul>
 
 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
@@ -338,9 +341,9 @@ function refocus(calendar) {
             <li>This item belongs to <!-- TMPL_VAR NAME="itemhomebranch" --> and cannot be issued from this location.</li>
         <!-- /TMPL_IF -->
        
-       <!-- TMPL_IF NAME="USERBLOCKEDREMAINING" --:
-           <li>Check out blocked as borrower has overdues outstanding</li>
-       <!-- /TMPL_IF -->
+           <!-- TMPL_IF NAME="USERBLOCKEDREMAINING" -->
+           <li>Patron has overdue items</li>
+        <!-- /TMPL_IF -->
         </ul>
 
     <!-- TMPL_IF NAME="memberofinstution" -->