r45596 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45595‎ | r45596 | r45597 >
Date:13:06, 9 January 2009
Author:aaron
Status:resolved (Comments)
Tags:
Comment:
Button alignment
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPreferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPreferences.php
@@ -1206,11 +1206,11 @@
12071207 $skin = $wgUser->getSkin();
12081208 $wgOut->addHTML( "
12091209 <div id='prefsubmit'>
 1210+ <input type='submit' name='wpRestore' class='btnSavePrefs' style='float:right;' value=\"" .
 1211+ wfMsgHtml( 'restoreprefs' ) . "\" />
12101212 <input type='submit' name='wpSaveprefs' class='btnSavePrefs' value=\"" . wfMsgHtml( 'saveprefs' ) .
12111213 '"'.$skin->tooltipAndAccesskey('save')." />
12121214 <input type='submit' name='wpReset' value=\"" . wfMsgHtml( 'resetprefs' ) . "\" />
1213 - <input type='submit' name='wpRestore' class='btnSavePrefs' style='float:right;' value=\"" .
1214 - wfMsgHtml( 'restoreprefs' ) . "\" />
12151215 </div>
12161216
12171217 <input type='hidden' name='wpEditToken' value=\"{$token}\" />

Comments

#Comment by Brion VIBBER (talk | contribs)   00:18, 14 January 2009

This is bad on RTL...

#Comment by Aaron Schulz (talk | contribs)   13:43, 16 January 2009

Uses a table in r45761

Status & tagging log