From: Katrin Fischer Date: Sat, 30 Mar 2013 21:52:48 +0000 (+0100) Subject: Bug 9534: Follow-up - Fixing directive inside HTML tag X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=38553197f7706678d9fd6f55b70ae21bea00fe13;p=koha.git Bug 9534: Follow-up - Fixing directive inside HTML tag Resolving a construct with a TT directive inside an HTML tag. Fixes xt/tt_valid.t Signed-off-by: Jared Camins-Esakov --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt index eb955cd446..3b13f3a3f6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -372,7 +372,23 @@ function Changefwk(FwkList) { [% UNLESS (circborrowernumber) %][%# Hide in fast cataloging %] [% IF (biblionumber) %] - + [% IF ( BiblioDefaultViewmarc ) %] +
+ Cancel +
+ [% ELSIF ( BiblioDefaultViewlabeled_marc ) %] +
+ Cancel +
+ [% ELSIF ( BiblioDefaultViewisbd ) %] +
+ Cancel +
+ [% ELSE %] +
+ Cancel +
+ [% END %] [% ELSE %] Cancel [% END %]