bywatersolutions / koha-plugin-room-reservations

This repository is dedicated to the Koha Room Reservation plugin for use with Koha ILS.
GNU General Public License v3.0
4 stars 12 forks source link

Change OPAC setup instructions #26

Open AndrewBWS opened 4 years ago

AndrewBWS commented 4 years ago

Koha now has a system preference to add content to the MoreSearches bar, so we should use that instead of OPACUserJS to insert the Booking link. The syspref is OpacMoreSearches. You'd just want to add the following html: <li><a href='/booking' target='_blank'>Booking</a></li>