mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Update message_recipient.tpl
This commit is contained in:
parent
f8c3083f35
commit
03cfb69a64
1 changed files with 1 additions and 0 deletions
|
@ -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