https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31339
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
