http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067
--- Comment #1 from D Ruth Bavousett <[email protected]> --- In talking with Owen and Kyle about this, the best bet is probably to yank the relevant System Prefs out of the systempreferences table, and creating their own table with the identifier (same as in systempreferences), branch, language, and value, and use a cascading scheme like with circ prefs. Then, hack getsystempreference into a new function to use the new table. Also, we'll need an editor. And the updatedatabase for this will need to copy existing ones into the new table, with contexts Branch * and Language * The prefs we'll need to do this with are: IntranetmainUserblock IntranetNav LibraryName opaccredits opacheader OpacMainUserBlock OpacMainUserBlockMobile OpacNav OpacNavBottom OpacNavRight OPACNoResultsFound OPACResultsSidebar OPACSearchForTitleIn PatronSelfRegistrationAdditionalInstructions -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
