2013-01-11 17:57:11 +01:00
|
|
|
{{*
|
|
|
|
* AUTOMATICALLY GENERATED TEMPLATE
|
|
|
|
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
|
|
|
|
*
|
2013-01-11 18:00:10 +01:00
|
|
|
*}}
|
|
|
|
<h2>{{$title}}</h2>
|
2012-12-22 20:57:29 +01:00
|
|
|
|
|
|
|
|
|
|
|
<div id="group-edit-wrapper" >
|
|
|
|
<form action="group/{{$gid}}" id="group-edit-form" method="post" >
|
|
|
|
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
|
|
|
|
2012-12-25 20:05:46 +01:00
|
|
|
{{include file="field_input.tpl" field=$gname}}
|
2012-12-22 20:57:29 +01:00
|
|
|
{{if $drop}}{{$drop}}{{/if}}
|
|
|
|
<div id="group-edit-submit-wrapper" >
|
|
|
|
<input type="submit" name="submit" value="{{$submit}}" >
|
|
|
|
</div>
|
|
|
|
<div id="group-edit-select-end" ></div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2013-01-12 13:58:54 +01:00
|
|
|
{{if $groupeditor}}
|
2012-12-22 20:57:29 +01:00
|
|
|
<div id="group-update-wrapper">
|
2013-01-12 13:58:54 +01:00
|
|
|
{{include file="groupeditor.tpl"}}
|
2012-12-22 20:57:29 +01:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}
|