Debrand lowhits purchase request reference to KCLS
authorDan Scott <dan@coffeecode.net>
Mon, 2 May 2011 12:23:34 +0000 (08:23 -0400)
committerDan Scott <dan@coffeecode.net>
Mon, 2 May 2011 12:23:34 +0000 (08:23 -0400)
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 <dbs@coffeecode.net>

Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2
Open-ILS/web/templates/default/opac/parts/result/lowhits_purchase.tt2 [new file with mode: 0644]
Open-ILS/web/templates_kcls/default/opac/parts/result/lowhits_purchase.tt2 [new file with mode: 0644]

index 37e3af6..c66b114 100644 (file)
             </table>
         </div>
         <div style="float:right;width:353px;background:#ccc;padding:10px;margin-top:7px;">
-            <p>
-                <strong>Still not finding what you are looking for?</strong><br />
-                Request that KCLS purchase the material you are looking for by making a
-                <a href="javascript:;">Purchase Request</a><br />
-                <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
-            </p>
+            [% INCLUDE "default/opac/parts/result/lowhits_purchase.tt2" %]
             <p>
                 <strong>Keyword Search Tips</strong><br />
                 Change to <strong>Advanced Keyword Search.</strong>
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 (file)
index 0000000..263269a
--- /dev/null
@@ -0,0 +1,6 @@
+<p>
+    <strong>Still not finding what you are looking for?</strong><br />
+    Request that your library purchase the material you are looking for by making a
+    <a href="javascript:;">Purchase Request</a><br />
+    <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
+</p>
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 (file)
index 0000000..a41f658
--- /dev/null
@@ -0,0 +1,6 @@
+<p>
+    <strong>Still not finding what you are looking for?</strong><br />
+    Request that KCLS purchase the material you are looking for by making a
+    <a href="javascript:;">Purchase Request</a><br />
+    <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
+</p>