]> git.mxchange.org Git - friendica.git/blob - view/smarty3/group_edit.tpl
3bea53ec77453db4bfc0cfe2bf92cde17b184bea
[friendica.git] / view / smarty3 / group_edit.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h2>{{$title}}</h2>
6
7
8 <div id="group-edit-wrapper" >
9         <form action="group/{{$gid}}" id="group-edit-form" method="post" >
10                 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
11                 
12                 {{include file="field_input.tpl" field=$gname}}
13                 {{if $drop}}{{$drop}}{{/if}}
14                 <div id="group-edit-submit-wrapper" >
15                         <input type="submit" name="submit" value="{{$submit}}" >
16                 </div>
17                 <div id="group-edit-select-end" ></div>
18         </form>
19 </div>
20
21
22 {{if $groupedit_info}}
23         <div id="group-update-wrapper">
24                 {{include file="groupeditor.tpl" groupeditor=$groupedit_info}}
25         </div>
26 {{/if}}
27 {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}