From a95855222aa75396f4826a721cb4bccf4ceec805 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Oct 2007 15:01:43 -0500 Subject: [PATCH] Several changes: - add check in link to circulation checkouts listing Signed-off-by: Chris Cormack --- .../prog/en/includes/circ-toolbar.inc | 4 +- .../intranet-tmpl/prog/en/includes/header.inc | 16 ++-- .../prog/en/modules/circ/circulation.tmpl | 5 +- .../prog/en/modules/intranet-main.tmpl | 76 +++++++++++++++++-- .../prog/en/modules/members/moremember.tmpl | 12 +-- 5 files changed, 88 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc index 0ce057e4ee..87ede6875b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc @@ -1,5 +1,5 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index e25b1a92e6..ddd0bc2d19 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -2,17 +2,17 @@ diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 20fb6761c4..363a183798 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -644,6 +644,7 @@ No patron matched Call no Barcode Renew? + Check In? @@ -675,12 +676,13 @@ No patron matched " checked="checked" style="display: none;" /> + ">Check In - + @@ -711,6 +713,7 @@ No patron matched " checked="checked" style="display: none;" /> + ">Check In diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl index 2d8d584601..02933d0dad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tmpl @@ -8,9 +8,8 @@
- First Column -
+
News recent news item(s) @@ -18,21 +17,82 @@ on -
+
+ + +
- Second Column + +

Circulation

+ + + +

Patrons

+
    +
  • + + + +
    +
  • +
+ + +

Catalogue

+ +
-
-
-footer +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl index 889d687627..28588b93aa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl @@ -230,7 +230,7 @@ function confirm_reregistration() { - ">Reserved + ">On Hold " checked="checked" /> @@ -240,7 +240,7 @@ function confirm_reregistration() { " checked="checked" style="display: none;" /> - ">Return + ">Check In @@ -257,11 +257,11 @@ function confirm_reregistration() {
-

Patron current reserves

+

Patron current holds

- + @@ -301,13 +301,13 @@ function confirm_reregistration() {
Reserve dateHold date Barcode Title Author - ">view reserves + ">view holds
-

Patron has nothing on reserve.

+

Patron has nothing on hold.

-- 2.39.5