https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36132
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #4 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
