Summary: | Fix class on OPAC view link in staff detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Templates | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | 1joynelson, david.roberts, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.05.00, 19.11.06, 19.05.11
|
|
Circulation function: | |||
Attachments: |
Bug 25012: Fix class on OPAC view link in staff detail page
Bug 25012: Fix class on OPAC view link in staff detail page Bug 25012: Fix class on OPAC view link in staff detail page |
Description
Katrin Fischer
2020-03-27 23:45:45 UTC
Created attachment 102026 [details] [review] Bug 25012: Fix class on OPAC view link in staff detail page Probably a copy & paste error: the OPAC view link on the staff detail page currently has the class succeeding_entry_note. This patch changes it to opac_view to allow for independent styling of the link. Note: The link will only be visible when OPACBaseURL is set. To test: - Use the element inspector or check the source code for the class used on the OPAC view link on the staff detail page - Apply patch - Repeat and verify that the class has changed to opac_view Test on my test environment - works exactly as promised. Created attachment 102045 [details] [review] Bug 25012: Fix class on OPAC view link in staff detail page Probably a copy & paste error: the OPAC view link on the staff detail page currently has the class succeeding_entry_note. This patch changes it to opac_view to allow for independent styling of the link. Note: The link will only be visible when OPACBaseURL is set. To test: - Use the element inspector or check the source code for the class used on the OPAC view link on the staff detail page - Apply patch - Repeat and verify that the class has changed to opac_view Signed-off-by: David Roberts <david@koha-ptfs.co.uk> Thx David! Created attachment 102122 [details] [review] Bug 25012: Fix class on OPAC view link in staff detail page Probably a copy & paste error: the OPAC view link on the staff detail page currently has the class succeeding_entry_note. This patch changes it to opac_view to allow for independent styling of the link. Note: The link will only be visible when OPACBaseURL is set. To test: - Use the element inspector or check the source code for the class used on the OPAC view link on the staff detail page - Apply patch - Repeat and verify that the class has changed to opac_view Signed-off-by: David Roberts <david@koha-ptfs.co.uk> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Nice work everyone! Pushed to master for 20.05 Backported to 19.11.x branch for 19.11.06 backported to 19.05.x for 19.05.11 |