mirror of
https://github.com/friendica/friendica
synced 2024-11-10 14:22:54 +00:00
Issue 6308 - and again ...
This commit is contained in:
parent
6f8c9a08a1
commit
f19f67add5
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
{{* This template is for the "group" module. It provides the user the possibility to
|
{{* 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,
|
modify a specific contact group (remove contact group, edit contact group name,
|
||||||
add or remove contacts to the contact group.
|
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">
|
<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>
|
<i class="fa fa-pencil" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
{{if $drop}}{{$drop}}{{/if}}
|
{{if $drop}}{{$drop nofilter}}{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue