From 14cd1ef09a165ad8c4a0418cdb4ebf40c30b767c Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 5 Sep 2013 16:15:48 +1200 Subject: [PATCH] Bug 10823 - add class info to enumchron data in detail.tt, for better styling Content-Type: text/plain; charset="utf-8" --- .../intranet-tmpl/prog/en/modules/catalogue/detail.tt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 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 1011224..e878123 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -508,12 +508,15 @@ function verify_images() { [% IF ( volinfo ) %] [% IF ( itemdata_enumchron ) %] - [% IF ( item.enumchron ) %] - [% item.enumchron %] - [% IF ( item.serialseq ) %] -- [% END %] + [% IF ( itemloo.enumchron ) %] + [% itemloo.enumchron %] + [% END %] + [% IF ( itemloo.serialseq ) %] +
-- [% itemloo.serialseq %]
+ [% END %] + [% IF ( itemloo.publisheddate ) %] +
([% itemloo.publisheddate %])
[% END %] - [% item.serialseq %] - [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %] [% END %] [% END %] -- 1.7.10.4