7 Oct
2022
7 Oct
'22
10:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718 --- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- (In reply to Caroline Cyr La Rose from comment #1)
Something like
[% IF ( frameworkcode ) %] [% frameworkcode | html %] <span>framework structure</span> [% ELSE %] <span>Default framework structure</span> [% END %]
The span needs to be around the [% frameworkcode | html %] part so that we can move it around in the string. <span>[% frameworkcode | html %] framework structure</span> -- You are receiving this mail because: You are watching all bug changes.