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

--- Comment #4 from Fridolin Somers <[email protected]> ---
other suspects :

koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/file_transports.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt
koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_modify_holds.tt

> Should all templates end with this include ?
Nope, some blocks may exist after it.
Also there is the example curbside_pickups.tt with :
    [% UNLESS policy.enabled %]
        <div class="alert alert-warning"> Curbside pickups are not enabled for
your library. </div>
        [% INCLUDE 'intranet-bottom.inc' %]
        [% STOP %]
    [% END %]

-- 
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/

Reply via email to