Hypolite Petovan
7f04aea8b1
- Add new route contact/<cid>/poke and update all references - Rework template with form field includes - [frio] Enable modal behavior
12 lines
410 B
Smarty
12 lines
410 B
Smarty
<h2 class="heading">{{$title}}</h2>
|
|
|
|
<p>{{$desc nofilter}}</p>
|
|
|
|
<form id="poke-wrapper" action="contact/{{$id}}/poke" method="post">
|
|
{{include file="field_select.tpl" field=$verb}}
|
|
{{include file="field_checkbox.tpl" field=$private}}
|
|
<p class="text-right">
|
|
<button type="submit" class="btn btn-primary" name="submit" value="{{$submit}}" data-loading-text="{{$loading}}">{{$submit}}</button>
|
|
</p>
|
|
</form>
|