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