View | Details | Raw Unified | Return to bug 38961
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +1 lines)
Lines 30-36 Link Here
30
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
30
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
31
        [% END %]
31
        [% END %]
32
        [% WRAPPER breadcrumb_item bc_active= 1 %]
32
        [% WRAPPER breadcrumb_item bc_active= 1 %]
33
            <span>Search for vendor [% supplier | $HtmlTags tag='em' %]</span>
33
            <span>Search for vendor [% supplier | html | $HtmlTags tag='em' %]</span>
34
        [% END %]
34
        [% END %]
35
    [% END #/ WRAPPER breadcrumbs %]
35
    [% END #/ WRAPPER breadcrumbs %]
36
[% END #/ WRAPPER sub-header.inc %]
36
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-2 / +1 lines)
Lines 180-186 Link Here
180
[% IF op =='delete_confirm' %]
180
[% IF op =='delete_confirm' %]
181
    [% IF nb_of_orders or nb_of_vendors %]
181
    [% IF nb_of_orders or nb_of_vendors %]
182
    <div class="alert alert-warning">
182
    <div class="alert alert-warning">
183
        <h1>Cannot delete currency [% currency.currency | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
183
        <h1>Cannot delete currency [% currency.currency | html | $HtmlTags tag='span' attributes=>'class="ex"' %]</h1>
184
        <p>
184
        <p>
185
            [% IF nb_of_orders %]
185
            [% IF nb_of_orders %]
186
                <span>This currency is used by [% nb_of_orders | html %] orders.</span>
186
                <span>This currency is used by [% nb_of_orders | html %] orders.</span>
187
- 

Return to bug 38961