Index: trunk/extensions/FlaggedRevs/specialpages/Stabilization_body.php |
— | — | @@ -104,16 +104,24 @@ |
105 | 105 | } |
106 | 106 | |
107 | 107 | $special = SpecialPage::getTitleFor( 'Stabilization' ); |
108 | | - $form .= Xml::openElement( 'form', array( 'name' => 'stabilization', 'action' => $special->getLocalUrl( ), 'method' => 'post' ) ). |
| 108 | + $form .= Xml::openElement( 'form', array( 'name' => 'stabilization', |
| 109 | + 'action' => $special->getLocalUrl(), 'method' => 'post' ) ) . |
109 | 110 | Xml::fieldset( wfMsg( 'stabilization-def' ), false ) . "\n" . |
110 | | - Xml::radioLabel( wfMsg( 'stabilization-def1' ), 'mwStableconfig-override', 1, 'default-stable', 1 == $this->override, $off ) . '<br />' . "\n" . |
111 | | - Xml::radioLabel( wfMsg( 'stabilization-def2' ), 'mwStableconfig-override', 0, 'default-current', 0 == $this->override, $off ) . "\n" . |
| 111 | + Xml::radioLabel( wfMsg( 'stabilization-def1' ), 'mwStableconfig-override', 1, |
| 112 | + 'default-stable', 1 == $this->override, $off ) . '<br />' . "\n" . |
| 113 | + Xml::radioLabel( wfMsg( 'stabilization-def2' ), 'mwStableconfig-override', 0, |
| 114 | + 'default-current', 0 == $this->override, $off ) . "\n" . |
112 | 115 | Xml::closeElement( 'fieldset' ) . |
113 | 116 | |
114 | 117 | Xml::fieldset( wfMsg( 'stabilization-select' ), false ) . |
115 | | - Xml::radioLabel( wfMsg( 'stabilization-select1' ), 'mwStableconfig-select', FLAGGED_VIS_NORMAL, 'stable-select1', FLAGGED_VIS_NORMAL == $this->select, $off ) . '<br />' . "\n" . |
116 | | - Xml::radioLabel( wfMsg( 'stabilization-select2' ), 'mwStableconfig-select', FLAGGED_VIS_LATEST, 'stable-select2', FLAGGED_VIS_LATEST == $this->select, $off ) . '<br />' . "\n" . |
117 | | - // Xml::radioLabel( wfMsg( 'stabilization-select3' ), 'mwStableconfig-select', FLAGGED_VIS_PRISTINE, 'stable-select3', FLAGGED_VIS_PRISTINE == $this->select, $off ) . |
| 118 | + Xml::radioLabel( wfMsg( 'stabilization-select1' ), 'mwStableconfig-select', FLAGGED_VIS_NORMAL, |
| 119 | + 'stable-select1', FLAGGED_VIS_NORMAL == $this->select, $off ) . '<br />' . "\n" . |
| 120 | + Xml::radioLabel( wfMsg( 'stabilization-select2' ), 'mwStableconfig-select', FLAGGED_VIS_LATEST, |
| 121 | + 'stable-select2', FLAGGED_VIS_LATEST == $this->select, $off ) . '<br />' . "\n" . |
| 122 | + /* |
| 123 | + Xml::radioLabel( wfMsg( 'stabilization-select3' ), 'mwStableconfig-select', FLAGGED_VIS_PRISTINE, |
| 124 | + 'stable-select3', FLAGGED_VIS_PRISTINE == $this->select, $off ) . |
| 125 | + */ |
118 | 126 | Xml::closeElement( 'fieldset' ) . |
119 | 127 | |
120 | 128 | Xml::fieldset( wfMsg( 'stabilization-leg' ), false ) . |