[Koha-bugs] [Bug 8067] HTML blocks in sysprefs should be definable for multiple languages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 21 00:31:03 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067

--- Comment #1 from D Ruth Bavousett <druthb at gmail.com> ---
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.


More information about the Koha-bugs mailing list