http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13291 --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to M. Tompsett from comment #13)
(In reply to Indranil Das Gupta from comment #12)
(In reply to Katrin Fischer from comment #10)
OTH if we want to allow people to add other fallbacks and avoid changing files in Koha, this should not be a pull down but a text field?
Sounds like a fair argument - like say bootstrap|prog|custom_theme_name
Yuck, no. Let's not do that. Drop downs prevent people messing up data. If people wish to install custom themes, it has to go in a known directory. Can't we calculate the drop down from the directory, rather than require the list be updated in the opac.pref file? Yes, I know the system preference code might get ugly looking. But I rather have ugly code than bad, hard to debug data.
I think that would be overengineering this a bit. We have other prefs that should not really be changed without knowing what you do. And I wonder what would happen if you enter something wrong - we could always make it fall back to the standard templates. -- You are receiving this mail because: You are watching all bug changes.