From: Aaron Schulz Date: Thu, 15 Mar 2007 14:48:25 +0000 (+0000) Subject: *Enlarge target name box a bit X-Git-Tag: 1.31.0-rc.0~53715 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=f85f37e29cebe76b28bd519bc64f3e1245f5d349;p=lhc%2Fweb%2Fwiklou.git *Enlarge target name box a bit --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index d61860bd5a..7dcb59d300 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -422,7 +422,7 @@ function contributionsForm( $options ) { Xml::element( 'legend', array(), wfMsg( 'sp-contributions-search' ) ) . Xml::radioLabel( wfMsgExt( 'sp-contributions-newbies', array( 'parseinline' ) ), 'newbie' , 'contribs-newbie' , 'contribs-newbie', 'contribs-newbie' ) . '
' . Xml::radioLabel( wfMsgExt( 'sp-contributions-username', array( 'parseinline' ) ), 'newbie' , 'contribs-all', 'contribs-all', 'contribs-all' ) . ' ' . - Xml::input( 'target', 20, $options['target']) . ' '. + Xml::input( 'target', 30, $options['target']) . ' '. Xml::label( wfMsg( 'namespace' ), 'namespace' ) . Xml::namespaceSelector( $options['namespace'], '' ) . Xml::submitButton( wfMsg( 'sp-contributions-submit' ) ) .