[Bug 8067] New: HTML blocks in sysprefs should be definable for multiple languages
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 Priority: P5 - low Change sponsored?: --- Bug ID: 8067 Assignee: frederic@tamil.fr Summary: HTML blocks in sysprefs should be definable for multiple languages Severity: enhancement Classification: Unclassified OS: All Reporter: ruth@bywatersolutions.com Hardware: All Status: NEW Version: unspecified Component: I18N/L10N Product: Koha Blocks of HTML are used many places in the system preferences, and are injected directly onto pages at runtime. The problem is that there is only one instance of these, which is used for all languages defined on the system. It would be useful to have multiple context-sensitive values for this. See http://wiki.koha-community.org/wiki/Contextual_Preferences_RFC This would be easily extensible to be used for languages, as well. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 D Ruth Bavousett <ruth@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|frederic@tamil.fr |ruth@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 --- Comment #1 from D Ruth Bavousett <druthb@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- I think the CSS and JS ones should be included as well. For example: Use OPACUserCSS to load an alternate image which contains translated text. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8067 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11251 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org