From: Aaron Schulz Date: Wed, 24 Sep 2008 11:53:03 +0000 (+0000) Subject: Shorten expiry box X-Git-Tag: 1.31.0-rc.0~45116 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c4d743ec39547c6f174d09ded638f18dabbb1e76;p=lhc%2Fweb%2Fwiklou.git Shorten expiry box --- diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 17c1858d6f..060fb59a24 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -374,7 +374,7 @@ class ProtectionForm { $mProtectother . ' ' . - Xml::input( "mwProtect-expiry-$action", 60, $this->mExpiry[$action], $attribs ) . + Xml::input( "mwProtect-expiry-$action", 50, $this->mExpiry[$action], $attribs ) . ' '; $out .= "";