https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37054
--- Comment #35 from Lucas Gass (lukeg) <[email protected]> --- > I'd also like to get some notes on implementation. We now have opacusercss > in the branches table. This is for adjusting the color in one specific spot, > which could also have been achieved with a staffusercss. Is there a strong > reason it was done this way? (I assume so, but always good to have it > written down!) I wrote this patch to replace custom JS we have been using to show a different color header for each branch the user is logged in at. I suppose it could be done with something like `staffusercss`. But I don't see the reason for the pref, why not just use IntranetUserCSS if this is how we are going to do it? Maybe pass in a data-attribute for the logged in branch, that can be targeted with CSS. Then staff would still need to be able to write CSS, which was something I was hoping to avoid with this patch. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
