DOn't assume direction, use the theme variables for arrows MDL-10768

This commit is contained in:
moodler 2007-08-09 08:50:19 +00:00
parent 9216897888
commit 04f1efd423

View File

@ -308,7 +308,7 @@
}
if ($remote) {
echo '</select>';
echo '<br /><input type="submit" value="&larr; '.get_string('install','admin').'" />';
echo '<br /><input type="submit" value="'.$THEME->larrow.' '.get_string('install','admin').'" />';
}
echo '</fieldset>';
echo '</form>';