Merge pull request #12168 from KulikAlex/patch-1
Update message_recipient.tpl
This commit is contained in:
commit
b1eba05e93
|
@ -1,4 +1,5 @@
|
|||
<select name="recipient" class="form-control input-lg" id="recipient" required>
|
||||
<option></option>
|
||||
{{foreach $contacts as $contact}}
|
||||
<option value="{{$contact.id}}"{{if $contact.id == $selected}} selected{{/if}}>{{$contact.name}}</option>
|
||||
{{/foreach}}
|
||||
|
|
Loading…
Reference in a new issue