Merge pull request #12168 from KulikAlex/patch-1

Update message_recipient.tpl
This commit is contained in:
Philipp 2022-11-12 17:31:10 +01:00 committed by GitHub
commit b1eba05e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}}