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 @@
26422642 "</td>
26432643 <td class='mw-input'>" .
26442644 Html::input( 'wpReason', $reason, 'text', array(
 2645+ 'size' => '60',
26452646 'maxlength' => '255',
26462647 'tabindex' => '2',
26472648 'id' => 'wpReason',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r55453Use Html::input()/autofocus a bunch more placessimetrical22:30, 21 August 2009

Status & tagging log