https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- Can someone confirm this is still working? I think it needs this change: diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc index b34eb63d5c8..85e58d026b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc @@ -66,6 +66,5 @@ <!-- /.col-md-2.order-md-1 --> </div> <!-- /.row --> - - [% INCLUDE 'intranet-bottom.inc' %] </div> +[% INCLUDE 'intranet-bottom.inc' %] Using main-container.inc would also be a good improvement. -- You are receiving this mail because: You are watching all bug changes.