From: Dan Scott Date: Mon, 2 May 2011 12:23:34 +0000 (-0400) Subject: Debrand lowhits purchase request reference to KCLS X-Git-Tag: sprint4-merge-nov22~5128^2~72^2~69 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=50b8a947a14882e4693c006e9d1cbe5dd5aca81a;p=working%2FEvergreen.git 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 --- 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
+