Button alignment
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Jan 2009 13:06:47 +0000 (13:06 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Jan 2009 13:06:47 +0000 (13:06 +0000)
includes/specials/SpecialPreferences.php

index 209f347..cbfee8a 100644 (file)
@@ -1206,11 +1206,11 @@ class PreferencesForm {
                $skin = $wgUser->getSkin();
                $wgOut->addHTML( "
        <div id='prefsubmit'>
+               <input type='submit' name='wpRestore' class='btnSavePrefs' style='float:right;' value=\"" . 
+                       wfMsgHtml( 'restoreprefs' ) . "\" />
                <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsgHtml( 'saveprefs' ) . 
                        '"'.$skin->tooltipAndAccesskey('save')." />
                <input type='submit' name='wpReset' value=\"" . wfMsgHtml( 'resetprefs' ) . "\" />
-               <input type='submit' name='wpRestore' class='btnSavePrefs' style='float:right;' value=\"" . 
-                       wfMsgHtml( 'restoreprefs' ) . "\" />
        </div>
 
        <input type='hidden' name='wpEditToken' value=\"{$token}\" />