From e3575b7ef57be3629951f0e14cd247fe6de8a817 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 span tags, styling ability can be improved. This included serialseq and pubdate classes. This update reflects suggestions by Katrin (comment #7) and a conversation with oleonard our resident expert. (http://irc.koha-community.org/koha/2014-04-03#i_1491135) --- .../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..3fe96f5 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