From: Leo Koppelkamm Date: Thu, 26 May 2011 11:36:32 +0000 (+0000) Subject: Remove reset button from Special:Undelete. It does more harm than good X-Git-Tag: 1.31.0-rc.0~29931 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=36b95353bba3;p=lhc%2Fweb%2Fwiklou.git Remove reset button from Special:Undelete. It does more harm than good --- diff --git a/includes/specials/SpecialUndelete.php b/includes/specials/SpecialUndelete.php index cd9478bb5d..a4d9b99443 100644 --- a/includes/specials/SpecialUndelete.php +++ b/includes/specials/SpecialUndelete.php @@ -1166,7 +1166,6 @@ class SpecialUndelete extends SpecialPage {   " . Xml::submitButton( wfMsg( 'undeletebtn' ), array( 'name' => 'restore', 'id' => 'mw-undelete-submit' ) ) . ' ' . - Xml::element( 'input', array( 'type' => 'reset', 'value' => wfMsg( 'undeletereset' ), 'id' => 'mw-undelete-reset' ) ) . ' ' . Xml::submitButton( wfMsg( 'undeleteinvert' ), array( 'name' => 'invert', 'id' => 'mw-undelete-invert' ) ) . " " .