From fc70a6a61ba975e82ac29573175d55cec46601bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 24 Jun 2005 23:19:57 +0000 Subject: [PATCH] * Putting the [] invert checkbox to the right of 'Go', like on Special:Contributions and Special:Recentchanges --- includes/SpecialAllpages.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 357f610d66..4c704e3741 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -81,11 +81,10 @@ function indexNamespaceForm ( $namespace = NS_MAIN, $from = '', $invert = false - $namespaceselect $submitbutton - - - $invertbox - + + $namespaceselect $submitbutton $invertbox + + "; -- 2.20.1