From: Aaron Schulz Date: Thu, 15 Jan 2009 01:32:15 +0000 (+0000) Subject: * Convert prefsubmit div into a table to fix tab indexing X-Git-Tag: 1.31.0-rc.0~43411 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3743eac7997d87393fa641dc9bbb754d83fcd36d;p=lhc%2Fweb%2Fwiklou.git * Convert prefsubmit div into a table to fix tab indexing * Fix XHTML --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index 26477362de..08d7107240 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -1214,13 +1214,12 @@ class PreferencesForm { $token = htmlspecialchars( $wgUser->editToken() ); $skin = $wgUser->getSkin(); $wgOut->addHTML( " -
- isRTL() ? 'left' : 'right') . " value=\"" . wfMsgHtml( 'restoreprefs' ) . "\" /> - + tooltipAndAccesskey('save')." /> - -
+ + + \n" );