From e57793149de47614cca49bf8d04f1f0a17bc4112 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 5 Oct 2012 14:54:25 +1300 Subject: [PATCH] Bug 8732 Style fixes --- .../prog/en/modules/catalogue/detail.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 426b0ca..f6c91b6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -116,7 +116,7 @@ function verify_images() { [% END %] [% IF !item_level_itypes || BiblioItemtypeImage == 'Koha' %] - Itemtype: + Itemtype: [% IF ( description ) %] [% description %] [% ELSE %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt index 4949585..5c24b32 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt @@ -480,7 +480,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { [% END %] [% IF !item_level_itypes || BiblioItemtypeImage == 'Koha' %] -
Itemtype: +
Itemtype: [% IF ( description ) %] [% description %] [% ELSE %] -- 1.7.9.5