Improve connectors settings display
- Move settings templates to subfolder - Add accordion display to "General Theme Settings" in frio - Replace hand-written template with form field includes - Simplify sprintf(t()) structures
This commit is contained in:
parent
5640c42469
commit
c157e7ffa4
26 changed files with 136 additions and 94 deletions
11
view/templates/settings/addons.tpl
Normal file
11
view/templates/settings/addons.tpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
<h1>{{$title}}</h1>
|
||||
|
||||
|
||||
<form action="settings/addon" method="post" autocomplete="off">
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
|
||||
{{$settings_addons}}
|
||||
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue