From 36b95353bba35b08777dc7d202b8b0a9e7e77c40 Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Thu, 26 May 2011 11:36:32 +0000 Subject: [PATCH] Remove reset button from Special:Undelete. It does more harm than good --- includes/specials/SpecialUndelete.php | 1 - 1 file changed, 1 deletion(-) 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' ) ) . " " . -- 2.20.1