Skip to content

Commit 52c53e2

Browse files
author
Marius Burkard
committed
Mark destination field as mandatory
1 parent a708a96 commit 52c53e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/templates/mail_forward_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</div>
1313
<div class="form-group">
14-
<label for="destination" class="col-sm-3 control-label">{tmpl_var name='destination_txt'}</label>
14+
<label for="destination" class="col-sm-3 control-label"><em>*</em> {tmpl_var name='destination_txt'}</label>
1515
<div class="col-sm-9"><textarea rows="10" cols="40" name="destination" id="destination" class="form-control">{tmpl_var name='destination'}</textarea></div>
1616
</div>
1717
<div class="form-group">

0 commit comments

Comments
 (0)