r20489 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20488‎ | r20489 | r20490 >
Date:14:48, 15 March 2007
Author:aaron
Status:old
Tags:
Comment:
*Enlarge target name box a bit
Modified paths:
  • /trunk/phase3/includes/SpecialContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialContributions.php
@@ -422,7 +422,7 @@
423423 Xml::element( 'legend', array(), wfMsg( 'sp-contributions-search' ) ) .
424424 Xml::radioLabel( wfMsgExt( 'sp-contributions-newbies', array( 'parseinline' ) ), 'newbie' , 'contribs-newbie' , 'contribs-newbie', 'contribs-newbie' ) . '<br />' .
425425 Xml::radioLabel( wfMsgExt( 'sp-contributions-username', array( 'parseinline' ) ), 'newbie' , 'contribs-all', 'contribs-all', 'contribs-all' ) . ' ' .
426 - Xml::input( 'target', 20, $options['target']) . ' '.
 426+ Xml::input( 'target', 30, $options['target']) . ' '.
427427 Xml::label( wfMsg( 'namespace' ), 'namespace' ) .
428428 Xml::namespaceSelector( $options['namespace'], '' ) .
429429 Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) .