From 68951ce6c5432efaca1813a84890a7686aaece66 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 30 Sep 2011 09:08:13 -0400 Subject: [PATCH] Follow-up fix for Bug 6945, 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. --- .../prog/en/modules/catalogue/detail.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 b1aea09..a24137f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -98,6 +98,7 @@ function verify_images() { [% END %] [% END %] + MARC Preview: Show [% IF ( holdcount ) %]Holds: [% holdcount %][% ELSE %][% END %] [% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]
-- 1.7.3