From 69dfa3ae9e52da6d94a405747ee1db0032bfd995 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 22 Aug 2012 16:01:03 -0400 Subject: [PATCH] Bug 6945 [FOLLOW-UP] Add a link to show a MARC preview in the normal view 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 Signed-off-by: Paul Poulain --- .../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