https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26890 Bug ID: 26890 Summary: opac-detail plugin like intranet/cgi-bin/catalogue/detail.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: koha@trust-box.at QA Contact: testopia@bugs.koha-community.org enable opac-detail to use the same/similar plugin infrastructure as in intranet/cgi-bin/catalogue/detail.pl 68 my @plugins = Koha::Plugins->new()->GetPlugins({ 69 method => 'intranet_catalog_biblio_enhancements_toolbar_button' 70 }); 71 72 my @tab_plugins = Koha::Plugins->new()->GetPlugins({ 73 method => 'intranet_catalog_biblio_tab', 74 }); 75 my @tabs; 76 foreach my $tab_plugin (@tab_plugins) { 77 my @biblio_tabs; 78 to add a new tab in opac-detail.pl result page -- You are receiving this mail because: You are watching all bug changes.