From e05bb4ef85cb30e9a7349ece50e2027d00f5ecca Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Tue, 15 Mar 2011 13:01:24 -0400 Subject: [PATCH] Follow Up Bug 5869 Fix String Errors This patch fixes all occurences of 'reserves' to 'holds.' It also added Holds to the menu include and updates capitalization and spacing. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- .../prog/en/includes/reports-menu.inc | 3 +- .../en/modules/reports/reserves_stats.tmpl | 28 +++++++++---------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc index 25ed4ad959..8b2df92ef3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/reports-menu.inc @@ -9,7 +9,8 @@
  • Patrons
  • Catalog
  • Circulation
  • -
  • Serials
  • +
  • Serials
  • +
  • Holds
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tmpl index 2b78133961..3c2195ffbf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tmpl @@ -10,7 +10,7 @@ - +
    @@ -20,7 +20,7 @@ -

    Reserves statistics

    +

    Holds statistics

    Filtered on

      @@ -70,7 +70,7 @@
      - Reserve statistics + Holds statistics
      @@ -81,19 +81,19 @@ - + - + - + - + - + - +
      Title
      Reserve status Hold Status - Asked + Asked Processing - Waiting - Satisfied - cancelled + Waiting + Satisfied + Cancelled
      reserve dateHold Date @@ -155,7 +155,7 @@
      notification dateNotification Date @@ -217,7 +217,7 @@
      Reminder dateReminder Date @@ -279,7 +279,7 @@
      Waiting dateWaiting Date @@ -341,7 +341,7 @@
      cancellation dateCancellation Date @@ -521,7 +521,7 @@

      -
      Cell value
      1. +
        Cell value
        -- 2.20.1