2014-09-05 18:14:25 -04:00
|
|
|
|
2013-04-23 07:47:57 -04:00
|
|
|
<h2>{{$title}}</h2>
|
|
|
|
|
|
|
|
|
2018-07-09 18:36:50 -04:00
|
|
|
{{if $editable == 1}}
|
2021-05-19 17:47:15 -04:00
|
|
|
<div id="group-edit-wrapper">
|
|
|
|
<form action="group/{{$gid}}" id="group-edit-form" method="post">
|
2013-04-23 07:47:57 -04:00
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
|
|
|
|
{{include file="field_input.tpl" field=$gname}}
|
2018-12-14 20:42:24 -05:00
|
|
|
{{if $drop}}{{$drop nofilter}}{{/if}}
|
2021-05-19 17:47:15 -04:00
|
|
|
<div id="group-edit-submit-wrapper">
|
|
|
|
<input type="submit" name="submit" value="{{$submit}}">
|
2013-04-23 07:47:57 -04:00
|
|
|
</div>
|
2021-05-19 17:47:15 -04:00
|
|
|
<div id="group-edit-select-end"></div>
|
2013-04-23 07:47:57 -04:00
|
|
|
</form>
|
|
|
|
</div>
|
2018-07-09 18:36:50 -04:00
|
|
|
{{/if}}
|
2013-04-23 07:47:57 -04:00
|
|
|
|
|
|
|
|
|
|
|
{{if $groupeditor}}
|
|
|
|
<div id="group-update-wrapper">
|
|
|
|
{{include file="groupeditor.tpl"}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2018-12-13 22:35:51 -05:00
|
|
|
{{if $desc}}<div class="clear" id="group-edit-desc">{{$desc nofilter}}</div>{{/if}}
|