From: Galen Charlton Date: Fri, 28 Apr 2017 14:39:55 +0000 (-0400) Subject: LP#1691009: add release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4ce5d7954035a1ed1bf654adcc830ae1c41f50f1;p=evergreen%2Fpines.git LP#1691009: add release notes Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/Merge_RTL_and_RTL_stylesheets.adoc b/docs/RELEASE_NOTES_NEXT/Administration/Merge_RTL_and_RTL_stylesheets.adoc new file mode 100644 index 0000000000..16a4728788 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/Merge_RTL_and_RTL_stylesheets.adoc @@ -0,0 +1,14 @@ +RTL and LTR Public Catalog Stylesheets Merged +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +The RTL stylesheet for the public catalog, +`templates/opac/css/style-rtl.css.tt2`, has been merged into the LTR +one (`templates/opac/css/style.css.tt2`). The combined stylesheet +template will emit RTL or LTR styles based on the value of +the `rtl` flag of the active locale. An `rtl` variable is also available +in the template to allow the correct style to be chosen. + +Upgrade notes ++++++++++++++ +Administrators of Evergreen who use RTL locales and who have customized +`style-rtl.css.tt2` should now incorporate their customizations into +`style.css.tt2`.