Left alignment gives a better look to the Reason box.
authorHuji <huji@users.mediawiki.org>
Sat, 1 Dec 2007 19:05:03 +0000 (19:05 +0000)
committerHuji <huji@users.mediawiki.org>
Sat, 1 Dec 2007 19:05:03 +0000 (19:05 +0000)
includes/Article.php

index d3383dd..86014de 100644 (file)
@@ -2098,7 +2098,7 @@ class Article {
                        <td>
                                $mDeletereasonother
                        </td>
-                       <td align='right'>
+                       <td align='left'>
                                <input type='text' maxlength='255' size='60' name='wpReason' id='wpReason' value=\"" . htmlspecialchars( $reason ) . "\" tabindex=\"1\" />
                        </td>
                </tr>