r106457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106456‎ | r106457 | r106458 >
Date:18:35, 16 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
follow up to r106407, use Xml:inputLabel so Nikerabbit is happy
Modified paths:
  • /trunk/extensions/EducationProgram/specials/SpecialInstitutions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/EducationProgram/specials/SpecialInstitutions.php
@@ -98,10 +98,8 @@
9999
100100 $out->addHTML( Html::element( 'p', array(), wfMsg( 'ep-institutions-namedoc' ) ) );
101101
102 - $out->addHTML( Html::element( 'label', array( 'for' => 'newname' ), wfMsg( 'ep-institutions-newname' ) ) );
 102+ $out->addHTML( Xml::inputLabel( wfMsg( 'ep-institutions-newname' ), 'newname', 'newname' ) );
103103
104 - $out->addHTML( ' ' . Html::input( 'newname' ) . ' ' );
105 -
106104 $out->addHTML( Html::input(
107105 'addneworg',
108106 wfMsg( 'ep-institutions-add' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106407follow up to r106404 r106405 - cleanup and fixesjeroendedauw03:34, 16 December 2011

Status & tagging log