[frio] Make settings/addon look like settings/display
This commit is contained in:
parent
b52252bf39
commit
96078a1fca
2 changed files with 59 additions and 0 deletions
12
view/theme/frio/templates/settings/addons.tpl
Normal file
12
view/theme/frio/templates/settings/addons.tpl
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue