From 81daa1fa17e1987fb944d7aa985413d8f9eb15b0 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 28 Dec 2022 21:44:13 +0900 Subject: [PATCH] Clarify ordering of message boxes in the admin dashboard --- modules/admin/tpl/index.html | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index f64d09a5e..f9a31103b 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -10,14 +10,18 @@
+ +

{$lang->control_panel}

+

{$XE_VALIDATOR_MESSAGE}

+

{$lang->unsupported_php_version_notice}

    @@ -26,11 +30,13 @@
+

{$lang->sitelock_in_use}

{$lang->about_sitelock_in_use} {$lang->cmd_configure}

+

{$lang->module_exists_in_wrong_path}

{$lang->about_module_exists_in_wrong_path}

@@ -41,16 +47,19 @@
-
-

{$lang->msg_cleanup_notice_title}

-

{sprintf($lang->msg_cleanup_notice_content, number_format(count($cleanup_list)), getUrl('', 'module', 'admin', 'act', 'dispAdminCleanupList'))|noescape}

-
- +

{$lang->update_available}

{$lang->core_update_available} {$lang->core_update_link}

+ +
+

{$lang->msg_cleanup_notice_title}

+

{sprintf($lang->msg_cleanup_notice_content, number_format(count($cleanup_list)), getUrl('', 'module', 'admin', 'act', 'dispAdminCleanupList'))|noescape}

+
+ +

{$lang->need_complete_configuration}

{$lang->need_complete_configuration_details}

@@ -68,6 +77,7 @@
+

{$lang->available_new_version}

{$lang->available_new_version_details}

@@ -79,6 +89,7 @@
+
@@ -87,14 +98,6 @@
- -
-

{$lang->msg_php_warning_title}

-

{$lang->msg_php_warning_notice}

-

{$lang->msg_php_warning_now_version} : {phpversion()}

-

{$lang->msg_php_warning_latest_version_check}

-
    {$lang->msg_php_warning_notice_explain}
-