diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-08-23 06:57:10 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-08-23 06:57:10 -0400 |
commit | 420aa4bc44a2fdf707b3964582258809f978ea2d (patch) | |
tree | c6def258a9311d513d6e1e89918c2ec0d17114f7 /view/tpl/admin_plugins_details.tpl | |
parent | 305e0538d293ff4ad72f30b11998ae3b06efa4ea (diff) | |
parent | 1e6a491400eaa01aeb2991d4b38e0255499d8b67 (diff) | |
download | volse-hubzilla-420aa4bc44a2fdf707b3964582258809f978ea2d.tar.gz volse-hubzilla-420aa4bc44a2fdf707b3964582258809f978ea2d.tar.bz2 volse-hubzilla-420aa4bc44a2fdf707b3964582258809f978ea2d.zip |
Merge remote-tracking branch 'upstream/dev' into website-export
Diffstat (limited to 'view/tpl/admin_plugins_details.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}} |