[frio] Make settings/addon look like settings/display

This commit is contained in:
Hypolite Petovan 2018-02-15 23:22:50 -05:00
commit 96078a1fca
2 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<div class="generic-page-wrapper">
{{* include the title template for the settings title *}}
{{include file="section_title.tpl" title=$title}}
<form action="settings/addon" method="post" autocomplete="off">
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
{{$settings_addons}}
</form>
</div>