[Koha-bugs] [Bug 13388] Add library pages to the OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 13:53:54 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13388

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 103923
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103923&action=edit
Bug 13388: Add library pages to the OPAC

This patch adds a script and a template for showing library information
pages in the OPAC. A "libraries" page lists all the libraries in the
system, linking to individual pages for each library showing more
information..

If there is only one library in the system the page shows all of that
library's information.

To test, apply the patch and rebuild the OPAC CSS
(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).

 - Go to /cgi-bin/koha/opac-library.pl in the OPAC.
 - Verify that all the correct information is displayed for the
   libraries in your system.
 - Verify that page title and breadcrumbs look correct.
 - Click to view details for a library.
   - The details page should show the full contents of
     branches.opac_info
   - A menu should show links to other libraries' detail pages.

TODO: How should the page be linked in the OPAC? From the same menu with
Advanced search, Course reserves, etc?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list