https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33429
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149230|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- Created attachment 149288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=149288&action=edit Bug 33429: Use template wrapper for breadcrumbs: Plugins This patch updates plugin management templates so that they use the new WRAPPER for displaying breadcrumbs. To test, apply the patch and test each page and its variations. Breadcrumbs should look correct, and each link should be correct. - In koha-conf.xml, look for "enable_plugins" - If this is set to 0, plugins are disabled: <enable_plugins>0</enable_plugins> - Navigate directly to /cgi-bin/koha/plugins/plugins-home.pl, which should say "Plugins disabled." Check the breadcrumbs on this page. - Enable plugins by changing the settimg in koha-conf.xml to 1 (a restart of services is required): <enable_plugins>1</enable_plugins> - Go to Administration -> Manage plugins - Test this page and the "Upload plugin" page. Signed-off-by: David Nind <[email protected]> -- 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/
