diff options
author | Mario <mario@mariovavti.com> | 2021-08-23 07:59:37 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-23 07:59:37 +0000 |
commit | 824894baf0f11e85552c283ee948febd8bac5e06 (patch) | |
tree | c98f5d1fa662f7421c50eb42e15cc469dd24051c /view | |
parent | 2bd4f7384e3693c4f1f1886216ec0feedd23021e (diff) | |
download | volse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.tar.gz volse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.tar.bz2 volse-hubzilla-824894baf0f11e85552c283ee948febd8bac5e06.zip |
more app descriptions and return to the app if installed from the module itself
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/app_install.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/app_install.tpl b/view/tpl/app_install.tpl index d5981eba7..16b89d350 100644 --- a/view/tpl/app_install.tpl +++ b/view/tpl/app_install.tpl @@ -6,6 +6,7 @@ </div> <form action="appman" method="post"> <input type="hidden" name="papp" value="{{$papp.papp}}" /> + <input type="hidden" name="return_path" value="{{$return_path}}" /> <button type="submit" name="install" value="install" class="btn btn-success"> <i class="fa fa-fw fa-arrow-circle-o-down"></i> {{$install}} </button> |