Shorten expiry box
authorAaron Schulz <aaron@users.mediawiki.org>
Wed, 24 Sep 2008 11:53:03 +0000 (11:53 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Wed, 24 Sep 2008 11:53:03 +0000 (11:53 +0000)
includes/ProtectionForm.php

index 17c1858..060fb59 100644 (file)
@@ -374,7 +374,7 @@ class ProtectionForm {
                                                $mProtectother .
                                        '</td>
                                        <td class="mw-input">' .
-                                               Xml::input( "mwProtect-expiry-$action", 60, $this->mExpiry[$action], $attribs ) .
+                                               Xml::input( "mwProtect-expiry-$action", 50, $this->mExpiry[$action], $attribs ) .
                                        '</td>
                                </tr></table>';
                        $out .= "</td></tr></table></td></tr>";