[Koha-bugs] [Bug 31718] Change the IF ELSE values in marc_subfields_structure breadcrumbs to facilitate translation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 7 22:43:35 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31718

--- Comment #2 from Caroline Cyr La Rose <caroline.cyr-la-rose at 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.


More information about the Koha-bugs mailing list