Merge "Double the size of the target input field of Special:Contributions"
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 16 Jun 2012 18:04:43 +0000 (18:04 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 16 Jun 2012 18:04:43 +0000 (18:04 +0000)
includes/specials/SpecialContributions.php

index 62b34ad..49aa7e6 100644 (file)
@@ -441,7 +441,7 @@ class SpecialContributions extends SpecialPage {
                                'target',
                                $this->opts['target'],
                                'text',
-                               array( 'size' => '20', 'required' => '', 'class' => 'mw-input' ) +
+                               array( 'size' => '40', 'required' => '', 'class' => 'mw-input' ) +
                                        ( $this->opts['target'] ? array() : array( 'autofocus' )
                                )
                        ) . ' '