]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1661661: Use new rtl field in config.i18n_locale
authorBen Shum <ben@evergreener.net>
Wed, 15 Feb 2017 19:22:27 +0000 (14:22 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 17 Feb 2017 18:21:44 +0000 (13:21 -0500)
commit0eb771e594cf65a0fa0f71d246d100d6a07dfda7
treed969611924d640206c132f218fb55928581dfe93
parent18122a661609cb1d469fef36d744f1ab543e2da8
LP#1661661: Use new rtl field in config.i18n_locale

Add a new column for "rtl" in config.i18n_locale and then use that
to check which direction to assign for the CSS files.

Two upgrade scripts, one to change the schema for new column and a
second one to enable Arabic (Jordan) as an option.

Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.add-rtl-field-to-i18n_locale.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/YYYY.data.add-arabic-to-i18n_locale.sql [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/base.tt2