| Summary: | Add system preference that allows users to insert HTML in the <head> on all staff pages | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Staff interface | Assignee: | Lucas Gass (lukeg) <lucas> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | david, gmcharlt, m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: |
Bug 28083: Add IntranetHTMLHead system preference
Bug 28083: Add IntranetHTMLHead system preference |
||
|
Description
Lucas Gass (lukeg)
2021-04-02 19:46:08 UTC
Created attachment 119145 [details] [review] Bug 28083: Add IntranetHTMLHead system preference To tes: -Apply patch -Look for the syspref IntranetHTMLHead -If you insert HTML it should be present inside the <head> on all pages in the staff interface -An easy way to test is to add something like this: <style>body{ background: red !important } </style> -All staff interface pages should then have a red background Created attachment 119170 [details] [review] Bug 28083: Add IntranetHTMLHead system preference To tes: -Apply patch -Look for the syspref IntranetHTMLHead -If you insert HTML it should be present inside the <head> on all pages in the staff interface -An easy way to test is to add something like this: <style>body{ background: red !important } </style> -All staff interface pages should then have a red background Signed-off-by: David Nind <david@davidnind.com> One minor suggestion, could we rename StaffInterfaceHTMLHead to be consistent with our Terminology list? Also noting that the preference names are already a mix of Intranet.. and StaffClient.. Comment3 has not been addressed or answered three months later. Changing status to reflect need for feedback |