r41223 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41222‎ | r41223 | r41224 >
Date:11:53, 24 September 2008
Author:aaron
Status:old
Tags:
Comment:
Shorten expiry box
Modified paths:
  • /trunk/phase3/includes/ProtectionForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ProtectionForm.php
@@ -374,7 +374,7 @@
375375 $mProtectother .
376376 '</td>
377377 <td class="mw-input">' .
378 - Xml::input( "mwProtect-expiry-$action", 60, $this->mExpiry[$action], $attribs ) .
 378+ Xml::input( "mwProtect-expiry-$action", 50, $this->mExpiry[$action], $attribs ) .
379379 '</td>
380380 </tr></table>';
381381 $out .= "</td></tr></table></td></tr>";