From 37e6e40edc1cf37a181d64649823048804a79bcb Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 29 Oct 2014 11:17:56 -0400 Subject: [PATCH] Bug 643 [Template follow-up] Allow override of 'debarred' status Content-Type: text/plain; charset="utf-8" This minor followup makes two changes: - Replaced instances of "Debarment" with "Restriction" - Moved the override button into the block where the "View restrictions" button is, making the section slightly more compact. --- .../prog/en/modules/circ/circulation.tt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index a9ea8f5..ca492ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -425,7 +425,7 @@ $(document).ready(function() { [% IF (forceallow) %] -
  • Debarment overridden temporarily
  • +
  • Restriction overridden temporarily
  • [% END %] @@ -435,7 +435,7 @@ $(document).ready(function() { [% END %] [% IF (forceallow) %] -
    Debarment overridden temporarily
    +
    Restriction overridden temporarily
    [% END %] [% END %] @@ -603,6 +603,11 @@ No patron matched [% message %]
    View restrictions + [% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] + + Override restriction temporarily + + [% END %] [% END %] @@ -627,13 +632,6 @@ No patron matched [% message %] - -[% IF (noissues && borrowernumber && CAN_user_circulate_force_checkout) %] -
    -Override debarment temporarily -
    -[% END %] - [% IF ( WaitingReserveLoop ) %] -- 1.7.9.5