r7853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7852‎ | r7853 | r7854 >
Date:12:27, 24 March 2005
Author:avar
Status:old
Tags:
Comment:
Removed empty table rows who were designed to create a whitespace, this is more
in tune with the rest of the UI.
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1442,9 +1442,6 @@
14431443 <td align='left'>
14441444 <input type='text' size='60' name='wpReasonProtect' id='wpReasonProtect' value=\"" . htmlspecialchars( $reason ) . "\" />
14451445 </td>
1446 - </tr>
1447 - <tr>
1448 - <td>&nbsp;</td>
14491446 </tr>" );
14501447 if($moveonly != '') {
14511448 $wgOut->AddHTML( "
@@ -1452,7 +1449,7 @@
14531450 <td align='right'>
14541451 <input type='checkbox' name='wpMoveOnly' value='1' id='wpMoveOnly' />
14551452 </td>
1456 - <td>
 1453+ <td align='left'>
14571454 <label for='wpMoveOnly'>{$moveonly}</label>
14581455 </td>
14591456 </tr> " );
@@ -1466,7 +1463,7 @@
14671464 </tr>
14681465 </table>
14691466 <input type='hidden' name='wpEditToken' value=\"{$token}\" />
1470 -</form>\n" );
 1467+</form>" );
14711468
14721469 $wgOut->returnToMain( false );
14731470 }
@@ -1622,9 +1619,6 @@
16231620 </tr>
16241621 <tr>
16251622 <td>&nbsp;</td>
1626 - </tr>
1627 - <tr>
1628 - <td>&nbsp;</td>
16291623 <td>
16301624 <input type='submit' name='wpConfirmB' value=\"{$confirm}\" />
16311625 </td>

Status & tagging log