From 4025380f9e8121364d6661d75a6c229272c431a2 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Thu, 15 Jan 2015 09:11:26 -0500 Subject: [PATCH] LP#1402797 Improve styling of retrieve-by pages Signed-off-by: Mike Rylander Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_id.tt2 | 6 ++++++ Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_tcn.tt2 | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_id.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_id.tt2 index 785b52d709..9b0cfa1a0a 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_id.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_id.tt2 @@ -1,4 +1,5 @@ +
@@ -13,8 +14,13 @@
+

+
+
+
+
[% l('Bib Record Not Found: [_1]', '{{recordNotFound}}') %]
diff --git a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_tcn.tt2 b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_tcn.tt2 index e8a86a61f4..5b102b2287 100644 --- a/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_tcn.tt2 +++ b/Open-ILS/src/templates/staff/cat/catalog/t_retrieve_by_tcn.tt2 @@ -1,4 +1,5 @@ +
@@ -13,8 +14,13 @@
+

+
+
+
+
[% l('More than one Bib Record found with TCN: [_1]', '{{recordNotFound}}') %]
-- 2.11.0