bug 5419: make reason checkouts blocked stand out
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
4daef50c7a
commit
f379638c9d
1 changed files with 6 additions and 8 deletions
|
@ -485,7 +485,9 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
|
|||
<div id="circmessages" class="circmessage attention">
|
||||
<!-- /TMPL_IF -->
|
||||
|
||||
<h3><!-- TMPL_IF NAME="noissues" -->Cannot Check Out!<!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3>
|
||||
<h3><!-- TMPL_IF NAME="noissues" -->
|
||||
Cannot check out!
|
||||
<!-- TMPL_ELSE -->Attention:<!-- /TMPL_IF --></h3>
|
||||
<ul>
|
||||
|
||||
<!-- TMPL_IF NAME = "warndeparture" -->
|
||||
|
@ -524,14 +526,10 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
|
|||
<!-- /TMPL_IF -->
|
||||
|
||||
<!-- TMPL_IF NAME="charges" -->
|
||||
<!-- TMPL_IF NAME="charges_is_blocker" -->
|
||||
<li class="blocker">
|
||||
<!-- TMPL_ELSE -->
|
||||
<li>
|
||||
<!-- /TMPL_IF -->
|
||||
<li>
|
||||
<span class="circ-hlt">Fines:</span> Patron has <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Outstanding fines<!-- TMPL_IF NAME="chargesamount" --> of <!-- TMPL_VAR NAME="chargesamount" --><!-- /TMPL_IF --></a>.
|
||||
<!-- TMPL_IF NAME="charges_is_blocker" -->
|
||||
Checkouts are blocked because fine balance is over the limit.
|
||||
Checkouts are <span class="circ-hlt">BLOCKED</span> because fine balance is <span class="circ-hlt">OVER THE LIMIT</span>.
|
||||
<!-- /TMPL_IF -->
|
||||
Make <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">Payment</a></li>
|
||||
<!-- /TMPL_IF -->
|
||||
|
@ -848,4 +846,4 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
|
|||
<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
|
||||
</div><!-- /TMPL_IF --><!-- /TMPL_UNLESS -->
|
||||
</div>
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|
Loading…
Reference in a new issue