https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36132 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This one doesn't look correct to me: [% USE raw %] [% USE Asset %] -[% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] -<title>[% FILTER collapse %] - [% t("Patron lists") | html %] › - [% t("Tools") | html %] › - [% t("Koha") | html %] -[% END %]</title> +<title>Patron lists › Tools › Koha</title> [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'greybox.inc' %] </head> @@ -32,7 +27,6 @@ <div class="row"> <div class="col-sm-10 col-sm-push-2"> <main> - [% INCLUDE 'messages.inc' %] These undoes other changes, like the re-working of the breadcrumbs. Please also check the other removals carefully. -- You are receiving this mail because: You are watching all bug changes.