mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
elofgren: USABILITY: Add <label for=...> tags to 'Send to the mailing list' and 'Send test to' radio buttons.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41994 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
d6ef666925
commit
07c4301ca7
@ -10,8 +10,8 @@
|
||||
<fieldset>
|
||||
<input type="hidden" name="NewsletterID" />
|
||||
<ul class="optionset">
|
||||
<li><input name="SendType" id="SendTypeTest" value="Test" checked="checked" type="radio" /> Send test to <input name="TestEmail" type="text" /></li>
|
||||
<li><input name="SendType" id="SendTypeList" value="List" type="radio" /> Send to the mailing list</li>
|
||||
<li><input name="SendType" id="SendTypeTest" value="Test" checked="checked" type="radio" /> <label for="SendTypeTest">Send test to</label> <input name="TestEmail" type="text" /></li>
|
||||
<li><input name="SendType" id="SendTypeList" value="List" type="radio" /> <label for="SendTypeList">Send to the mailing list</label></li>
|
||||
</ul>
|
||||
$SendProgressBar
|
||||
</fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user