mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
16 lines
416 B
Smarty
16 lines
416 B
Smarty
<h3>{{$header}}</h3>
|
|
|
|
<form action="admin/profs" method="post" >
|
|
|
|
{{if $id}}
|
|
<input type="hidden" name="id" value="{{$id}}" />
|
|
{{/if}}
|
|
|
|
{{include file="field_input.tpl" field=$field_name}}
|
|
{{include file="field_input.tpl" field=$field_type}}
|
|
{{include file="field_input.tpl" field=$field_desc}}
|
|
{{include file="field_input.tpl" field=$field_help}}
|
|
|
|
<input name="submit" type="submit" value="{{$submit}}" />
|
|
|
|
</form>
|