mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
14 lines
387 B
Smarty
14 lines
387 B
Smarty
|
<h1>{{$header}}</h1>
|
||
|
|
||
|
<form action="chat" method="post" >
|
||
|
{{include file="field_input.tpl" field=$name}}
|
||
|
<button id="dbtn-acl" class="btn btn-default btn-xs" data-toggle="modal" data-target="#aclModal" onclick="return false;" >{{$permissions}}</button>
|
||
|
{{$acl}}
|
||
|
<div class="clear"></div>
|
||
|
<br />
|
||
|
<br />
|
||
|
<input id="dbtn-submit" type="submit" name="submit" value="{{$submit}}" />
|
||
|
</form>
|
||
|
|
||
|
|