From e2f5d100a16c5b3c61cb4385afd39416bfb65ca8 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Wed, 4 May 2005 09:53:13 +0000 Subject: [PATCH] move invert box into same line as namespace selection to avoid page clutter --- includes/SpecialRecentchanges.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 3a05d2763d..a79e007b1c 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -445,11 +445,7 @@ function namespaceForm ( $namespace, $invert ) { - - - - - +
$namespaceselect $submitbutton
$invertbox$namespaceselect $invertbox $submitbutton
"; $out .= ''; -- 2.20.1