diff options
author | redmatrix <git@macgirvin.com> | 2016-08-22 17:41:41 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-22 17:41:41 -0700 |
commit | 38ca3bac405b339367b513037428f796c433819a (patch) | |
tree | e9a0ca2161f037426f8d8fa788d7976fc7a170cc /view/tpl | |
parent | e967bc9c455c27f08a2add12d566e81036819e4e (diff) | |
download | volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.tar.gz volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.tar.bz2 volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.zip |
optional server role compatibility checks for plugins
Diffstat (limited to 'view/tpl')
-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 b8cc72a04..309fc9569 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.serverroles}} + <p class="versionlimit">{{$str_serverroles}}{{$info.serverroles}}</p> + {{/if}} {{if $info.requires}} <p class="versionlimit">{{$str_requires}}{{$info.requires}}</p> {{/if}} |