]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/group_edit.tpl
Merge remote-tracking branch 'upstream/develop' into aria
[friendica.git] / view / theme / frio / templates / group_edit.tpl
index 5b7f1a6437c41d84cce285bf8318922dd6015c2b..1a30dae87997ad92065bd36836813f5280e508d4 100644 (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}}
 
                <div id="group-edit-wrapper">
 
                        <form action="group/{{$gid}}" id="group-edit-form" method="post">
-                                <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
-                                
+                               <input type="hidden" name="form_security_token" value="{{$form_security_token}}">
+
                                <div class="pull-left">
                                {{include file="field_input.tpl" field=$gname label=false}}
                                </div>
                                <div id="group-edit-submit-wrapper" class="form-group pull-right">
-                                       <button class="btn btn-primary btn-small" type="submit" name="submit" value="{{$submit|escape:'html'}}">
-                                               {{$submit|escape:'html'}}
+                                       <button class="btn btn-primary btn-small" type="submit" name="submit" value="{{$submit}}">
+                                               {{$submit}}
                                        </button>
                                </div>
                        </form>