partly revert of r30110. looks like an accident.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 24 Jan 2008 13:58:40 +0000 (13:58 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 24 Jan 2008 13:58:40 +0000 (13:58 +0000)
includes/ProtectionForm.php

index 9964ddf..950a463 100644 (file)
@@ -339,9 +339,6 @@ class ProtectionForm {
        function buildExpiryInput() {
                $attribs = array( 'id' => 'expires' ) + $this->disabledAttrib;
                return '<tr>'
-                       . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
-                       . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
-                       . '</tr><tr>'
                        . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>'
                        . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>'
                        . '</tr>';