https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718
--- Comment #2 from Caroline Cyr La Rose <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
