]> git.mxchange.org Git - friendica.git/blob - view/templates/group_edit.tpl
wrapping up 2019.12
[friendica.git] / view / templates / group_edit.tpl
1
2 <h2>{{$title}}</h2>
3
4
5 {{if $editable == 1}}
6 <div id="group-edit-wrapper" >
7         <form action="group/{{$gid}}" id="group-edit-form" method="post" >
8                 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
9                 
10                 {{include file="field_input.tpl" field=$gname}}
11                 {{if $drop}}{{$drop nofilter}}{{/if}}
12                 <div id="group-edit-submit-wrapper" >
13                         <input type="submit" name="submit" value="{{$submit}}" >
14                 </div>
15                 <div id="group-edit-select-end" ></div>
16         </form>
17 </div>
18 {{/if}}
19
20
21 {{if $groupeditor}}
22         <div id="group-update-wrapper">
23                 {{include file="groupeditor.tpl"}}
24         </div>
25 {{/if}}
26 {{if $desc}}<div class="clear" id="group-edit-desc">{{$desc nofilter}}</div>{{/if}}