From 5255ba9e03ac467e62ff60ab357b9359face3df7 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 By adding div tags, styling ability can be improved. This included serialseq and pubdate classes. --- .../prog/en/modules/catalogue/detail.tt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 1e1fcd2..19813a9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -660,10 +660,13 @@ function verify_images() { [% IF ( itemdata_enumchron ) %] [% IF ( item.enumchron ) %] [% item.enumchron %] - [% IF ( item.serialseq ) %] -- [% END %] [% END %] - [% item.serialseq %] - [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %] + [% IF ( item.serialseq ) %] +
-- [% item.serialseq %]
+ [% END %] + [% IF ( item.publisheddate ) %] +
([% item.publisheddate %])
+ [% END %] [% END %] [% END %] -- 1.7.9.5