Index: trunk/extensions/Configure/Configure.page.php |
— | — | @@ -834,13 +834,13 @@ |
835 | 835 | $reason = $wgRequest->getText( 'wpReason' ); |
836 | 836 | |
837 | 837 | $wgOut->addHTML( |
838 | | - $this->buildOldVersionSelect() . "\n" . |
839 | 838 | ( $this->mCanEdit ? |
840 | 839 | $this->getWikiSelectForm() . |
841 | 840 | Xml::openElement( 'form', array( 'method' => 'post', 'action' => $action, |
842 | 841 | 'id' => 'configure-form' ) ) . "\n" : |
843 | 842 | Xml::openElement( 'div', array( 'id' => 'configure-form' ) ) |
844 | 843 | ) . |
| 844 | + $this->buildOldVersionSelect() . "\n" . |
845 | 845 | $this->buildSearchForm() . "\n" . |
846 | 846 | Xml::openElement( 'div', array( 'id' => 'configure' ) ) . "\n" . |
847 | 847 | $this->buildAllSettings() . "\n" . |