[Koha-bugs] [Bug 26758] Correct OPAC ILL requests page markup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Oct 31 22:48:47 CET 2020


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Created attachment 112767
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=112767&action=edit
Screenshots - After patch applied

I've attached screenshots of the pages after the patch was applied.

Just to note that I found the black text on a grey background hard to read for
the 'Add new field' and 'Create' buttons.

My notes from testing
=====================

I tested using koha-testing-docker and setup two ILL backends: FreeForm and
Koha.

Instructions are available at https://wiki.koha-community.org/wiki/ILL_backends

1. Create an Illbackends directory outside the koha root: mkdir
/usr/share/koha/lib/Koha/Illbackends
2. Change to the newly cerated directory: cd
/usr/share/koha/lib/Koha/Illbackends
3. Clone the FreeForm and Koha backends: 
   i. git clone https://github.com/PTFS-Europe/koha-ill-freeform.git
   ii. git clone https://github.com/PTFS-Europe/koha-ill-koha.git
4. Rename the directories:
   i. mv koha-ill-freeform FreeForm
   ii. mv koha-ill-koha Koha
5. Setup symbolic links to these directories:
   i. mkdir /kohdevebox/koha/Koha/Illbackends
   ii. ln -s /usr/share/koha/lib/Koha/Illbackends/FreeForm
/kohadevbox/koha/Koha/Illbackends/
   iii. ln -s /usr/share/koha/lib/Koha/Illbackends/Koha
/kohadevbox/koha/Koha/Illbackends/
6. Change ownership (not sure if this is required):
   i. chown -R kohdev-koha:kohadev-koha /kohdevebox/koha/Koha/Illbackends
   ii. chown -R kohdev-koha:kohadev-koha /usr/share/koha/lib/Koha/Illbackends
7. Enable interlibrary loans system preference: ILLModule
8. Add some text to the ILLModuleCopyrightClearance system preference.
9. Restart everything:
   i. flush_memcached
   ii. restart_all

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


More information about the Koha-bugs mailing list