mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
DOn't assume direction, use the theme variables for arrows MDL-10768
This commit is contained in:
parent
9216897888
commit
04f1efd423
@ -308,7 +308,7 @@
|
||||
}
|
||||
if ($remote) {
|
||||
echo '</select>';
|
||||
echo '<br /><input type="submit" value="← '.get_string('install','admin').'" />';
|
||||
echo '<br /><input type="submit" value="'.$THEME->larrow.' '.get_string('install','admin').'" />';
|
||||
}
|
||||
echo '</fieldset>';
|
||||
echo '</form>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user