From: Ævar Arnfjörð Bjarmason Date: Sun, 15 May 2005 09:44:29 +0000 (+0000) Subject: * Changed the namespace selection form from a table to a div X-Git-Tag: 1.5.0alpha2~188 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=0dc2aa1513c341c21113f672577c6f43ea79b1b6;p=lhc%2Fweb%2Fwiklou.git * Changed the namespace selection form from a table to a div --- diff --git a/includes/SpecialRecentchanges.php b/includes/SpecialRecentchanges.php index 2cfe8dafb2..8fae0b630e 100644 --- a/includes/SpecialRecentchanges.php +++ b/includes/SpecialRecentchanges.php @@ -467,12 +467,10 @@ function namespaceForm ( $namespace, $invert, $nondefaults ) { $out .= ''; $out .= " - - - - - -
$namespaceselect $submitbutton $invertbox
"; +
+ + $namespaceselect $submitbutton $invertbox +
"; $out .= ''; return $out; }