partly revert of r30110. looks like an accident.

This commit is contained in:
Raimond Spekking 2008-01-24 13:58:40 +00:00
parent 9c55586e57
commit cea6746acf

View 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>';