Index: trunk/extensions/EducationProgram/specials/SpecialInstitutions.php |
— | — | @@ -98,10 +98,8 @@ |
99 | 99 | |
100 | 100 | $out->addHTML( Html::element( 'p', array(), wfMsg( 'ep-institutions-namedoc' ) ) ); |
101 | 101 | |
102 | | - $out->addHTML( Html::element( 'label', array( 'for' => 'newname' ), wfMsg( 'ep-institutions-newname' ) ) ); |
| 102 | + $out->addHTML( Xml::inputLabel( wfMsg( 'ep-institutions-newname' ), 'newname', 'newname' ) ); |
103 | 103 | |
104 | | - $out->addHTML( ' ' . Html::input( 'newname' ) . ' ' ); |
105 | | - |
106 | 104 | $out->addHTML( Html::input( |
107 | 105 | 'addneworg', |
108 | 106 | wfMsg( 'ep-institutions-add' ), |