From 31e57da930c71c29382e91250ed9b3eb89f418b0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 22 Aug 2012 16:01:03 -0400 Subject: [PATCH 2/2] Bug 6945 [FOLLOW-UP] Add a link to show a MARC preview in the normal view Content-Type: text/plain; charset="utf-8" Adding the same MARC preview link to the section of the template which is displayed when XSLT is on. This revision also adds a unique id to the surrounding element in the normal and XSLT versions. Signed-off-by: Nicole C. Engard --- .../prog/en/modules/catalogue/detail.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index d721e6b..236b7fd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -116,6 +116,7 @@ function verify_images() { [% END %] [% END %] + MARC Preview: Show [% IF ( holdcount ) %]Holds: [% holdcount %][% ELSE %][% END %] [% IF ( AmazonCoverImages ) %]
@@ -175,7 +176,7 @@ function verify_images() { Open in new window [% END %] -
  • +
  • MARC Preview: Show
  • -- 1.7.9.5