mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-55377 output: Minor fixes for RTL installation
Part of MDL-55071
This commit is contained in:
parent
69b06947d6
commit
b42cf867d6
@ -103,6 +103,7 @@ fieldset {
|
||||
fieldset .configphp,
|
||||
fieldset .alert {
|
||||
text-align: left;
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.sitelink {
|
||||
|
@ -22,7 +22,9 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
$templatecontext = [
|
||||
'sitename' => format_string($SITE->shortname, true, array('context' => context_course::instance(SITEID))),
|
||||
// We cannot pass the context to format_string, this layout can be used during
|
||||
// installation. At that stage database tables do not exist yet.
|
||||
'sitename' => format_string($SITE->shortname),
|
||||
'output' => $OUTPUT
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user