From 370b24c0eb44151d5fb1111fa4a34df0966fbe99 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 22 Jun 2019 10:00:08 +0300 Subject: [PATCH] Admin Panel: Tools #170 #165 - next round of implementation --- .../templates/system/tools/information.html | 21 +++++-------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/site/plugins/admin/views/templates/system/tools/information.html b/site/plugins/admin/views/templates/system/tools/information.html index eddda69d..644561a4 100644 --- a/site/plugins/admin/views/templates/system/tools/information.html +++ b/site/plugins/admin/views/templates/system/tools/information.html @@ -1,21 +1,15 @@ {% extends "plugins/admin/views/partials/base.html" %} {% block content %} -
-
- {{ tr('admin_flextype_version') }}: {{ FLEXTYPE_VERSION }} -
-
- -
- -

{{ tr('admin_server') }}

- + + + + - + @@ -29,11 +23,6 @@ - {% if apache_mod_rewrite_installed %} - - {% else %} - - {% endif %}
{{ tr('admin_flextype_version') }}{{ FLEXTYPE_VERSION }}
{{ tr('admin_php_version') }}{{ PHP_VERSION }}
{{ tr('admin_php_built_on') }}{{ tr('admin_web_server_php_interface') }} {{ php_sapi_name }}
Apache Mod Rewrite{{ tr('admin_installed') }}
Apache Mod Rewrite{{ tr('admin_not_installed') }}
{% endblock %}