From 50b8a947a14882e4693c006e9d1cbe5dd5aca81a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 2 May 2011 08:23:34 -0400 Subject: [PATCH] Debrand lowhits purchase request reference to KCLS While we break this out to a separate template, perhaps we could pull the library name from context instead of having it hardcoded. It will probably depend on each instance, ergo hardcoding the generic "your library" for now should be fine. Signed-off-by: Dan Scott --- Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2 | 7 +------ .../web/templates/default/opac/parts/result/lowhits_purchase.tt2 | 6 ++++++ .../templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 | 6 ++++++ 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2 create mode 100644 Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 diff --git a/Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2 b/Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2 index 37e3af6699..c66b114945 100644 --- a/Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2 +++ b/Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2 @@ -19,12 +19,7 @@
-

- Still not finding what you are looking for?
- Request that KCLS purchase the material you are looking for by making a - Purchase Request
- Note: You must be logged in to make a Purchase Request
-

+ [% INCLUDE "default/opac/parts/result/lowhits_purchase.tt2" %]

Keyword Search Tips
Change to Advanced Keyword Search. diff --git a/Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2 b/Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2 new file mode 100644 index 0000000000..263269abe6 --- /dev/null +++ b/Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2 @@ -0,0 +1,6 @@ +

+ Still not finding what you are looking for?
+ Request that your library purchase the material you are looking for by making a + Purchase Request
+ Note: You must be logged in to make a Purchase Request
+

diff --git a/Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 b/Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 new file mode 100644 index 0000000000..a41f6588a6 --- /dev/null +++ b/Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 @@ -0,0 +1,6 @@ +

+ Still not finding what you are looking for?
+ Request that KCLS purchase the material you are looking for by making a + Purchase Request
+ Note: You must be logged in to make a Purchase Request
+

-- 2.11.0