From da0cbfbad6bc0cff3571a6d6efbe28c79cd17b75 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 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. --- .../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 6617e80..a84fa10 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 ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]
@@ -175,7 +176,7 @@ function verify_images() { Open in new window [% END %] -
  • +
  • MARC Preview: Show
  • -- 1.7.9.5