diff options
Diffstat (limited to 'view/tpl/settings_connectors.tpl')
-rwxr-xr-x | view/tpl/settings_connectors.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/tpl/settings_connectors.tpl b/view/tpl/settings_connectors.tpl new file mode 100755 index 000000000..8bea9ca63 --- /dev/null +++ b/view/tpl/settings_connectors.tpl @@ -0,0 +1,10 @@ +<div class="generic-content-wrapper-styled"> +<h1>{{$title}}</h1> + +<form action="settings/connectors" method="post" autocomplete="off"> +<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + +{{$settings_connectors}} + +</form> +</div> |