friendica/view/smarty3/group_edit.tpl

29 wiersze
727 B
Smarty
Czysty Zwykły widok Historia

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
2013-01-11 17:00:10 +00:00
*}}
<h2>{{$title}}</h2>
2012-12-22 19:57:29 +00: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 19:05:46 +00:00
{{include file="field_input.tpl" field=$gname}}
2012-12-22 19:57:29 +00: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 12:58:54 +00:00
{{if $groupeditor}}
2012-12-22 19:57:29 +00:00
<div id="group-update-wrapper">
2013-01-12 12:58:54 +00:00
{{include file="groupeditor.tpl"}}
2012-12-22 19:57:29 +00:00
</div>
{{/if}}
{{if $desc}}<div id="group-edit-desc">{{$desc}}</div>{{/if}}