Index: trunk/phase3/includes/ProtectionForm.php |
— | — | @@ -341,9 +341,6 @@ |
342 | 342 | return '<tr>' |
343 | 343 | . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>' |
344 | 344 | . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>' |
345 | | - . '</tr><tr>' |
346 | | - . '<td><label for="expires">' . wfMsgExt( 'protectexpiry', array( 'parseinline' ) ) . '</label></td>' |
347 | | - . '<td>' . Xml::input( 'mwProtect-expiry', 60, $this->mExpiry, $attribs ) . '</td>' |
348 | 345 | . '</tr>'; |
349 | 346 | } |
350 | 347 | |