From f85f37e29cebe76b28bd519bc64f3e1245f5d349 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 15 Mar 2007 14:48:25 +0000 Subject: [PATCH] *Enlarge target name box a bit --- includes/SpecialContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ) . -- 2.20.1