[AMOS commit] MDL-78983 core: Fix question mark icon direction flipping Committed into Git: 2023-08-11 03:18 UTC

[AMOS commit] MDL-78983 core: Fix question mark icon direction flipping Committed into Git: 2023-08-11 03:18 UTC

by AMOS bot -
Number of replies: 0
Author: Jun Pataleta
MDL-78983 core: Fix question mark icon direction flipping
This fixes the changes made in MDL-75047:
* Change `thisicondirection` langconfig string to a more specific one
like `questionicondirection`.
* Use existing direction string value `ltr` for the value of
`questionicondirection`. Also add a comment to at least provide some
form of documentation for it.
* Improve the logic for applying the horizontal flipping class for the
question icon:
- Check first if the icon is a question icon
- Flip the icon if `questionicondirection` is set to `rtl`.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=001b299eb287b28a2233cdd86dd363419132be2b
http://github.com/moodle/moodle/commit/001b299eb287b28a2233cdd86dd363419132be2b

+ 4.3 en [questionicondirection,core_langconfig]