diff options
author | redmatrix <git@macgirvin.com> | 2016-02-24 15:19:28 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-24 15:19:28 -0800 |
commit | 7e6febe2a6609457eca1f1caf650375534780048 (patch) | |
tree | 96f1715d8e72f69db0c7c32c646cb0a54aafb565 /view | |
parent | b101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba (diff) | |
download | volse-hubzilla-7e6febe2a6609457eca1f1caf650375534780048.tar.gz volse-hubzilla-7e6febe2a6609457eca1f1caf650375534780048.tar.bz2 volse-hubzilla-7e6febe2a6609457eca1f1caf650375534780048.zip |
add 'requires' field to plugin info to list other dependent plugins/addons and disable if dependencies are not installed/enabled
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_plugins_details.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/admin_plugins_details.tpl b/view/tpl/admin_plugins_details.tpl index 721bd3573..5d9e233f9 100755 --- a/view/tpl/admin_plugins_details.tpl +++ b/view/tpl/admin_plugins_details.tpl @@ -24,6 +24,9 @@ {{if $info.minphpversion}} <p class="versionlimit">{{$str_minphpversion}}{{$info.minphpversion}}</p> {{/if}} + {{if $info.requires}} + <p class="versionlimit">{{$str_requires}}{{$info.requires}}</p> + {{/if}} {{foreach $info.maintainer as $a}} |