Misc fixes to UploadSourceField
authorAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sun, 23 Mar 2014 08:58:06 +0000 (09:58 +0100)
committerAlexandre Emsenhuber <mediawiki@emsenhuber.ch>
Sun, 23 Mar 2014 08:58:06 +0000 (09:58 +0100)
commit13ddae7eccae0820e113c7b97e4ac10b6cc69950
tree9132f9ec510c48daf357223e74cd34d44adc3a54
parentb0b32b9b7dde76d2214c872bf0b97ec77acd441d
Misc fixes to UploadSourceField

Follow-up I7c15fd4250 (00ca365).

- Added 'radio-id' configuration option to set the id of the radio button,
  and changed Special:Upload to use it. Had to keep the old way to set it
  since this class is used by some extensions.
- Always set the "for" attribute of the label to the field and the not the
  radio, since the text it contains does not describes the radio button.

Change-Id: I524f8743fd03546024f8c97852a2bcb3c23c6019
includes/specials/SpecialUpload.php