From: Brion Vibber Date: Tue, 20 Jan 2009 21:52:02 +0000 (+0000) Subject: Follow-up to r45761 "* Convert prefsubmit div into a table to fix tab indexing" X-Git-Tag: 1.31.0-rc.0~43339 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=6cfc57ea772fe4d668399525334aed51a2745359;p=lhc%2Fweb%2Fwiklou.git Follow-up to r45761 "* Convert prefsubmit div into a table to fix tab indexing" Checking contlang RTL so we can left-align when necessary. --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index cc61775098..b57cc68201 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -1212,12 +1212,13 @@ class PreferencesForm { $token = htmlspecialchars( $wgUser->editToken() ); $skin = $wgUser->getSkin(); + $rtl = $wgContLang->isRTL() ? 'left' : 'right'; $wgOut->addHTML( " - +
tooltipAndAccesskey('save')." />