mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Merge pull request #12168 from KulikAlex/patch-1
Update message_recipient.tpl
This commit is contained in:
commit
b1eba05e93
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
<select name="recipient" class="form-control input-lg" id="recipient" required>
|
<select name="recipient" class="form-control input-lg" id="recipient" required>
|
||||||
|
<option></option>
|
||||||
{{foreach $contacts as $contact}}
|
{{foreach $contacts as $contact}}
|
||||||
<option value="{{$contact.id}}"{{if $contact.id == $selected}} selected{{/if}}>{{$contact.name}}</option>
|
<option value="{{$contact.id}}"{{if $contact.id == $selected}} selected{{/if}}>{{$contact.name}}</option>
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
Loading…
Reference in a new issue