From 9cb8619424165777bfcd299333c9692824815154 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Tue, 15 Mar 2011 12:59:10 -0400 Subject: [PATCH 3/3] 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 --- .../prog/en/includes/reports-menu.inc | 3 +- .../prog/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 25ed4ad..8b2df92 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 2b78133..3c2195f 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
        -- 1.7.2.3