r55596 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r55595
|
r55596
|
r55597
>
Date:
15:12, 26 August 2009
Author:
simetrical
Status:
ok
Tags:
Comment:
Restore size=60 that got eaten by
r55453
We should really be using CSS for this to get nice fluid widths, but
it's a real pain to do with tables' weird magical width algorithms.
Modified paths:
/trunk/phase3/includes/Article.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Article.php
—
—
@@ -2641,6 +2641,7 @@
2642
2642
"</td>
2643
2643
<td class='mw-input'>" .
2644
2644
Html::input( 'wpReason', $reason, 'text', array(
2645
+ 'size' => '60',
2645
2646
'maxlength' => '255',
2646
2647
'tabindex' => '2',
2647
2648
'id' => 'wpReason',
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r55453
Use Html::input()/autofocus a bunch more places
simetrical
22:30, 21 August 2009
Status & tagging log
15:53, 26 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r55596
[
removed:
new
added:
ok]