2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
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}}'>
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}}" >
18 <div id="group-edit-select-end" ></div>
24 <div id="group-update-wrapper">
25 {{include file="groupeditor.tpl"}}
28 {{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}