diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:23:31 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-21 20:23:31 +0200 |
commit | 9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514 (patch) | |
tree | eb2c72120cd2b2e0625b3d02ede424b80c1ebe27 /view/tpl/settings_module.tpl | |
parent | 6f43468724fccec3b37b7411a5ecb45a3ebe2e0b (diff) | |
download | volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.gz volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.tar.bz2 volse-hubzilla-9638bf2b1eeb805b27eaf2f2e1e8a09bfd5c5514.zip |
provide a return path from settings pages
Diffstat (limited to 'view/tpl/settings_module.tpl')
-rwxr-xr-x | view/tpl/settings_module.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/settings_module.tpl b/view/tpl/settings_module.tpl index b2ac5462f..cabefc3e5 100755 --- a/view/tpl/settings_module.tpl +++ b/view/tpl/settings_module.tpl @@ -5,6 +5,9 @@ <div class="section-content-wrapper"> <form action="{{$action_url}}" method="post" autocomplete="off"> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + {{if $rpath}} + <input type='hidden' name='rpath' value='{{$rpath}}'> + {{/if}} {{foreach $features as $feature}} {{include file="field_checkbox.tpl" field=$feature}} {{/foreach}} |