From 3a0adbb46d353f5951982d39c36a684298f4373f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 16 Mar 2015 01:55:52 +0100 Subject: [PATCH] Bug 11201 - QA follow-up - Pending on-site checkouts Changes page name to "Pending on-site checkouts" as agreed during the hackfest. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt index 194e6d8..9450aaa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -48,7 +48,7 @@
  • Overdues with fines - Limited to your library. See report help for other details.
  • [% IF Koha.Preference('OnSiteCheckouts') %] -
  • On-site checkout list
  • +
  • Pending on-site checkouts
  • [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt index 9990b81..5c94e96 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt @@ -2,7 +2,7 @@ [% USE KohaDates %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › On-site checkouts +Koha › Circulation › Pending on-site checkouts [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] @@ -35,13 +35,13 @@ $(document).ready(function(){ [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] - +
    -

    Pending on-site checkout list

    +

    Pending on-site checkouts

    [% IF pending_onsite_checkouts %] -- 1.9.1