diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-20 13:22:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-20 13:22:41 +0200 |
commit | 1ca558f011b21b0a493d294501f530e57bdd574e (patch) | |
tree | cd4611553771f0b9ab75cb1a54340bdb5398ceaf /view/tpl/settings_addon.tpl | |
parent | a6db822a696afe808d9c8cb34af1075a42fffada (diff) | |
download | volse-hubzilla-1ca558f011b21b0a493d294501f530e57bdd574e.tar.gz volse-hubzilla-1ca558f011b21b0a493d294501f530e57bdd574e.tar.bz2 volse-hubzilla-1ca558f011b21b0a493d294501f530e57bdd574e.zip |
move connection filtering setting from network to connections, provide a link to settings in the navbar if present for a module and some code optimisation
Diffstat (limited to 'view/tpl/settings_addon.tpl')
-rw-r--r-- | view/tpl/settings_addon.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/settings_addon.tpl b/view/tpl/settings_addon.tpl new file mode 100644 index 000000000..b5665f579 --- /dev/null +++ b/view/tpl/settings_addon.tpl @@ -0,0 +1,13 @@ +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <h2>{{$title}}</h2> + </div> + <div class="section-content-wrapper"> + <form action="{{$action_url}}" method="post" autocomplete="off"> + <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + {{$content}} + <div class="settings-submit-wrapper" > + <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> + </div> + </div> +</div> |