Merge pull request #6311 from annando/issue-6308

Issue 6308 - and again ...
This commit is contained in:
Hypolite Petovan 2018-12-22 18:15:52 -05:00 committed by GitHub
commit d7d685ad6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
{{* This template is for the "group" module. It provides the user the possibility to
modify a specific contact group (remove contact group, edit contact group name,
add or remove contacts to the contact group.
@ -13,7 +12,7 @@
<button type="button" id="group-rename" class="btn btn-clear" onclick="showHide('group-edit-wrapper'); showHide('group-edit-header'); return false;" title="{{$edit_name}}" data-toggle="tooltip">
<i class="fa fa-pencil" aria-hidden="true"></i>
</button>
{{if $drop}}{{$drop}}{{/if}}
{{if $drop}}{{$drop nofilter}}{{/if}}
</div>
{{/if}}