]> git.mjollnir.org Git - moodle.git/commitdiff
DOn't assume direction, use the theme variables for arrows MDL-10768
authormoodler <moodler>
Thu, 9 Aug 2007 08:50:19 +0000 (08:50 +0000)
committermoodler <moodler>
Thu, 9 Aug 2007 08:50:19 +0000 (08:50 +0000)
admin/langimport.php

index 194ef2efa97e21220904288a3519adf547eb58ea..8fc0dcf4925d91fa67ee623124c4b061a8d36237 100755 (executable)
             }
             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>';