From a9e63859a1b96d7fc08f8a971e8c2ed2e916474b Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 23 Jan 2020 15:33:03 +0300 Subject: [PATCH] feat(admin-plugin): update information template #211 --- .../templates/system/tools/information.html | 62 ++++++++++--------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/site/plugins/admin/templates/system/tools/information.html b/site/plugins/admin/templates/system/tools/information.html index 4452e286..27aaa3fc 100644 --- a/site/plugins/admin/templates/system/tools/information.html +++ b/site/plugins/admin/templates/system/tools/information.html @@ -1,32 +1,36 @@ {% extends "plugins/admin/templates/partials/base.html" %} {% block content %} - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ tr('admin_flextype_version') }}{{ FLEXTYPE_VERSION }}
{{ tr('admin_php_version') }}{{ PHP_VERSION }}
{{ tr('admin_php_built_on') }}{{ php_uname }}
{{ tr('admin_web_server') }}{{ webserver }}
{{ tr('admin_web_server_php_interface') }}{{ php_sapi_name }}
{{ tr('admin_licence') }}The MIT License (MIT) Copyright (c) 2018-2019 Sergey Romanenko
-{% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ tr('admin_flextype_version') }}{{ FLEXTYPE_VERSION }}
{{ tr('admin_php_version') }}{{ PHP_VERSION }}
{{ tr('admin_php_built_on') }}{{ php_uname }}
{{ tr('admin_web_server') }}{{ webserver }}
{{ tr('admin_web_server_php_interface') }}{{ php_sapi_name }}
{{ tr('admin_licence') }} + The MIT License (MIT) + Copyright (c) 2018-2020 + Sergey Romanenko +
+{% endblock %} \ No newline at end of file