From 75afb0fa1373e3885ada1b5118b7a1ddcc52254a Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 3 Apr 2025 16:31:18 +0500 Subject: [PATCH] improved wp display --- .../websiteFunctions/listWebsites.html | 90 +++++++++++-------- 1 file changed, 51 insertions(+), 39 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index b1add22b8..679991b22 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -112,52 +112,64 @@
-
+
-
- -
- - Manage - +
+
+ +
+ MANAGE +
-
-
-
- - {$ wp.version || 'Unknown' $} +
+
+
+
+
+ + {$ wp.version || 'UNKNOWN' $} +
+
+
+
+ + {$ wp.phpVersion || 'UNKNOWN' $} +
+
+
+
+ + {$ wp.theme || 'UNKNOWN' $} +
+
+
+
+ + {$ wp.activePlugins || '0' $} ACTIVE +
+
-
- - {$ wp.phpVersion || 'Unknown' $} -
-
- - {$ wp.theme || 'Unknown' $} -
-
- - {$ wp.activePlugins || '0' $} active -
-
-
-
-
-
- - {$ wp.searchEngineIndexing ? 'Enabled' : 'Disabled' $} -
-
- - {$ wp.maintenanceMode ? 'Enabled' : 'Disabled' $} +
+
+
+ + DISABLED +
+
+
+
+ + DISABLED +
+