]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/group_edit.tpl
Merge pull request #8227 from annando/daemon-checks
[friendica.git] / view / theme / frio / templates / group_edit.tpl
index c57f7c3099051a21878a5cd22c3996efe2831349..e02119354bb3272bb5396aacb0676e2166a6a1aa 100644 (file)
@@ -1,10 +1,9 @@
-
 {{* 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.
 *}}
 
-<script type="text/javascript" src="view/theme/frio/js/mod_group.js"></script>
+<script type="text/javascript" src="view/theme/frio/js/mod_group.js?v={{$smarty.const.FRIENDICA_VERSION}}"></script>
 
 <div class="generic-page-wrapper">
        {{if $editable == 1}}
@@ -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}}