Bug 16700

Summary: Quick spine label creator: Add a hint that IntranetUserCSS can be used for styling
Product: Koha Reporter: Marc Véron <veron>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: barbara.johnson, barton, caroline.cyr-la-rose, jbalway, lucas, marjorie.barry-vila, severine.queune
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission: https://gitlab.com/koha-community/koha-manual/-/merge_requests/654
Text to go in the release notes:
Version(s) released in:

Description Marc Véron 2016-06-09 14:24:04 UTC
Instead of editing pinelabel.css found in /intranet-tmpl/prog/css/ for customizations, there should be a system preference to edit or override css (near SpineLabelFormat system preference that defines fields and additional text / markup for Quick spine labels).
Comment 1 Marjorie Barry-Vila 2019-12-02 15:54:14 UTC
+1
Comment 2 Marjorie Barry-Vila 2019-12-02 15:56:49 UTC
*** Bug 17768 has been marked as a duplicate of this bug. ***
Comment 3 Séverine Queune 2020-09-29 11:59:06 UTC
+1 !
Comment 4 Barbara Johnson 2021-03-01 22:35:20 UTC
+1
Comment 5 Lucas Gass 2021-03-03 23:30:06 UTC
Already you can add CSS to the IntranetUserCSS system preference and it will effect labels on spinelabel-print.tt.

Is there any reason why we should have a separate pref?
Comment 6 Katrin Fischer 2021-03-04 09:43:18 UTC
For a long time I was not aware that the IntranetUserCSS would work for this. Do you think a note on the pref could help things? We could add a link from SpineLabelFormat to IntranetUserCSS.
Comment 7 Joseph Alway 2023-03-31 16:48:47 UTC
The Koha Manual points the user towards the spinelabel.css file to override the css for the Quick Spine Label Creator. While you can do that. It's probably better to just have a preference that can be edited similar to the IntranetUserCSS. Or just have the documentation in the Koha Manual updated and tell someone to add something like the following to their IntranetUserCSS which is already in the preferences.

/* Modify the Quick Spine Label Creator Font etc */
.tools.labels #spinelabel{
	font-size:11.5pt;
	font-family:courier new;
        font-weight:bold;
}
Comment 8 Joseph Alway 2023-03-31 16:50:39 UTC
https://koha-community.org/manual//20.05/en/html/tools.html#quick-spine-label-creator
"Format your label printing by editing spinelabel.css found in koha-tmpl/intranet-tmpl/prog/en/css/"
Comment 9 Caroline Cyr La Rose 2023-04-07 20:45:52 UTC
I added a note in the manual, will be in the manual for 23.05

https://gitlab.com/koha-community/koha-manual/-/merge_requests/654/diffs?commit_id=48b89a1baeec72e91bdf4f9ad2eb90e5565c1471