https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11884
--- Comment #5 from Barton Chittenden <[email protected]> --- This came up again -- My thought at this point is that there should be pairs of sysprefs: xxxCSS -- the URL of the CSS -- these sysprefs already exist in Koha (SlipCSS, NoticeCSS) xxxUserCSS -- the content of the CSS page. The URL would be generated and could be used in xxxCSS. So, for example, NoticeUserCSS would contain the content of the CSS, and would be automatically be available at http://${intranet_base_url}/css/Notice.css, and NoticeCSS would then be set to the value of http://${intranet_base_url}/css/Notice.css. This means that we don't have to change SlipCSS or NoticeCSS at all -- we just need to add SlipUserCSS and NoticeUserCSS, then do a bit of configuration. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
