Index: trunk/extensions/ConfirmAccount/UserCredentials_body.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | } else { |
125 | 125 | $pg = ''; |
126 | 126 | } |
127 | | - $form .= "<td>".wfCheckLabel( $set[0], $formName, $formName, in_array($formName,$areaSet), $att )." {$pg}</td>\n"; |
| 127 | + $form .= "<td>".Xml::checkLabel( $set[0], $formName, $formName, in_array($formName,$areaSet), $att )." {$pg}</td>\n"; |
128 | 128 | } |
129 | 129 | } |
130 | 130 | $form .= "</tr></table></div>"; |
Index: trunk/extensions/ConfirmAccount/RequestAccount_body.php |
— | — | @@ -148,7 +148,7 @@ |
149 | 149 | $pg = ''; |
150 | 150 | } |
151 | 151 | |
152 | | - $form .= "<td>".wfCheckLabel( $set[0], $formName, $formName, $this->mAreas[$formName] > 0 )." {$pg}</td>\n"; |
| 152 | + $form .= "<td>".Xml::checkLabel( $set[0], $formName, $formName, $this->mAreas[$formName] > 0 )." {$pg}</td>\n"; |
153 | 153 | } |
154 | 154 | } |
155 | 155 | $form .= "</tr></table></div>"; |
Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -263,7 +263,7 @@ |
264 | 264 | $pg = ''; |
265 | 265 | } |
266 | 266 | |
267 | | - $form .= "<td>".wfCheckLabel( $set[0], $formName, $formName, $this->mAreas[$formName] > 0 )." {$pg}</td>\n"; |
| 267 | + $form .= "<td>".Xml::checkLabel( $set[0], $formName, $formName, $this->mAreas[$formName] > 0 )." {$pg}</td>\n"; |
268 | 268 | } |
269 | 269 | } |
270 | 270 | $form .= "</tr></table></div>"; |