1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/tpl/rbmark.tpl

17 lines
444 B
Smarty
Raw Normal View History

<h3>{{$header}}</h3>
<form action="rbmark" method="post" >
<input type="hidden" name="private" value="{{$private}}" />
<input type="hidden" name="ischat" value="{{$ischat}}" />
{{include file="field_input.tpl" field=$url}}
{{include file="field_input.tpl" field=$title}}
{{include file="field_select.tpl" field=$menus}}
{{include file="field_input.tpl" field=$menu_name}}
<input type="submit" name="submit" value="{{$submit}}" />
</form>