Skip to content

Commit

Permalink
Fixed issue #13878: Send email to user group - display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Aug 6, 2018
1 parent 5a6a9ba commit 81eb497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/usergroup/mailUserGroup_view.php
Expand Up @@ -8,8 +8,8 @@
<div class="form-group">
<label for='copymail'>
<?php eT("Send me a copy:"); ?>
<input id='copymail' name='copymail' type='checkbox' class='checkboxbtn' value='1' class="form-control"/>
</label>
<input id='copymail' name='copymail' type='checkbox' class='checkboxbtn' value='1' class="form-control"/>
</div>
<div class="form-group">
<label for='subject'>
Expand Down

0 comments on commit 81eb497

Please sign in to comment.