]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/group_edit.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / group_edit.tpl
index e381ff47b11dda40a1b17596f50aa106576f24c6..b7b14eba37bbbf4dfa775c661a5c21d419c0c4f6 100644 (file)
@@ -1,3 +1,8 @@
+{{*
+ *     AUTOMATICALLY GENERATED TEMPLATE
+ *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
 <h2>{{$title}}</h2>
 
 
@@ -5,7 +10,7 @@
        <form action="group/{{$gid}}" id="group-edit-form" method="post" >
                <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
                
-               {{include file="file:{{$field_input}}" field=$gname}}
+               {{include file="field_input.tpl" field=$gname}}
                {{if $drop}}{{$drop}}{{/if}}
                <div id="group-edit-submit-wrapper" >
                        <input type="submit" name="submit" value="{{$submit}}" >
@@ -15,9 +20,9 @@
 </div>
 
 
-{{if $groupedit_info}}
+{{if $groupeditor}}
        <div id="group-update-wrapper">
-               {{include file="file:{{$groupeditortpl}}" groupeditor=$groupedit_info}}
+               {{include file="groupeditor.tpl"}}
        </div>
 {{/if}}
 {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}