From: Ævar Arnfjörð Bjarmason Date: Wed, 4 May 2005 21:21:37 +0000 (+0000) Subject: * Changed the namespace select form from a table to a div. X-Git-Tag: 1.5.0alpha2~310 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=7de6d5c6f29cd824c9d538e8cd2019f472929b90;p=lhc%2Fweb%2Fwiklou.git * Changed the namespace select form from a table to a div. --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 5c347a685c..78ba1a1f41 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -231,24 +231,18 @@ function namespaceForm ( $target, $hideminor, $namespace, $invert ) { } $namespaceselect .= ''; - $submitbutton = ''; - $invertbox = "'; - $out = "
"; $out .= ''; $out .= ''; $out .= ''; $out .= " - - - - - - - - - -
$namespaceselect $submitbutton
$invertbox
"; +
+ + $namespaceselect + + + +
"; $out .= '
'; return $out; }