From: Terran McCanna Date: Tue, 26 May 2015 13:09:27 +0000 (-0400) Subject: Adds B4 Book Log icon and link to KPAC search results page and X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e624cc98c65cef9057619824882b7a22a92100e9;p=working%2FEvergreen.git Adds B4 Book Log icon and link to KPAC search results page and KPAC item details page. (This is a PINES-only customization.) Adds B4 Book Log icon to KPAC search results page and KPAC item details page. Conflicts: Open-ILS/src/templates/kpac/parts/record_row.tt2 Open-ILS/src/templates/kpac/record.tt2 --- diff --git a/Open-ILS/src/templates/kpac/parts/record_row.tt2 b/Open-ILS/src/templates/kpac/parts/record_row.tt2 index bc2cda73c7..00e4492282 100644 --- a/Open-ILS/src/templates/kpac/parts/record_row.tt2 +++ b/Open-ILS/src/templates/kpac/parts/record_row.tt2 @@ -30,6 +30,19 @@ [% END %] + +
+
+ + Add to B4 Book Log
+ Add to B4
Book Log +
+
 
[% END %] diff --git a/Open-ILS/src/templates/kpac/record.tt2 b/Open-ILS/src/templates/kpac/record.tt2 index a59705ee6e..e7d0c207c6 100644 --- a/Open-ILS/src/templates/kpac/record.tt2 +++ b/Open-ILS/src/templates/kpac/record.tt2 @@ -4,7 +4,7 @@ WRAPPER "kpac/parts/subpage.tt2"; attrs = {marc_xml => ctx.marc_xml}; PROCESS get_marc_attrs args=attrs; - ctx.page_title = attrs.title | html + ctx.page_title = attrs.title | html %]
@@ -62,6 +62,19 @@
[% END %] [% END %] + +
+
+ + Add to B4 Book Log
+ Add to B4
Book Log +
+
diff --git a/Open-ILS/web/images/kpac/b4only.png b/Open-ILS/web/images/kpac/b4only.png new file mode 100644 index 0000000000..5ad1d18d19 Binary files /dev/null and b/Open-ILS/web/images/kpac/b4only.png differ