Revision: 46326
Author: aaron
Date: 2009-01-27 07:11:31 +0000 (Tue, 27 Jan 2009)
Log Message:
-----------
Swap reason location/label
Modified Paths:
--------------
trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
Modified: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
===================================================================
--- trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
2009-01-27 07:11:04 UTC (rev 46325)
+++ trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php
2009-01-27 07:11:31 UTC (rev 46326)
@@ -213,20 +213,20 @@
$watchAttribs = array('accesskey' => wfMsg(
'accesskey-watch' ), 'id' => 'wpWatchthis');
$watchChecked = ( $wgUser->getOption( 'watchdefault' )
|| $this->page->userIsWatching() );
- $form .= '<tr>
+ $form .= ' <tr>
<td class="mw-label">' .
- Xml::label( wfMsg(
'stabilization-comment' ), 'wpReason' ) .
+ xml::label(
wfMsg('stabilization-comment'), 'wpReasonSelection' ) .
'</td>
<td class="mw-input">' .
- Xml::input( 'wpReason', 70,
$this->reason, array( 'id' => 'wpReason' ) ) .
+ $reasonDropDown .
'</td>
</tr>
<tr>
<td class="mw-label">' .
- xml::label(
wfMsg('stabilization-otherreason'), 'wpReasonSelection' ) .
+ Xml::label( wfMsg(
'stabilization-otherreason' ), 'wpReason' ) .
'</td>
<td class="mw-input">' .
- $reasonDropDown .
+ Xml::input( 'wpReason', 70,
$this->reason, array( 'id' => 'wpReason' ) ) .
'</td>
</tr>
<tr>
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs