From 67b96b8cb3296e2813e73ec0e65bb99db36f2b06 Mon Sep 17 00:00:00 2001
From: wangyidong
Date: Fri, 29 Nov 2019 10:06:55 +0800
Subject: [PATCH] * add btn-wide class for btn on install and upgrade page.
---
module/install/view/index.html.php | 2 +-
module/install/view/license.html.php | 2 +-
module/install/view/step1.html.php | 4 ++--
module/install/view/step3.html.php | 2 +-
module/install/view/step5.html.php | 4 ++--
module/upgrade/view/backup.html.php | 2 +-
module/upgrade/view/checkextension.html.php | 2 +-
module/upgrade/view/consistency.html.php | 2 +-
module/upgrade/view/license.html.php | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/module/install/view/index.html.php b/module/install/view/index.html.php
index f2bdb45b07..57f3f1c3eb 100644
--- a/module/install/view/index.html.php
+++ b/module/install/view/index.html.php
@@ -60,7 +60,7 @@
diff --git a/module/install/view/license.html.php b/module/install/view/license.html.php
index 8dc756cda0..28e7f61e88 100644
--- a/module/install/view/license.html.php
+++ b/module/install/view/license.html.php
@@ -22,7 +22,7 @@
diff --git a/module/install/view/step1.html.php b/module/install/view/step1.html.php
index 2025f53cce..bfabf7ea89 100644
--- a/module/install/view/step1.html.php
+++ b/module/install/view/step1.html.php
@@ -160,11 +160,11 @@
$filterResult == 'ok' and
$iconvResult == 'ok')
{
- echo html::a($this->createLink('install', 'step2'), $lang->install->next, '', "class='btn btn-primary'");
+ echo html::a($this->createLink('install', 'step2'), $lang->install->next, '', "class='btn btn-wide btn-primary'");
}
else
{
- echo html::a($this->createLink('install', 'step1'), $lang->install->reload, '', "class='btn btn-primary mgb-20'");
+ echo html::a($this->createLink('install', 'step1'), $lang->install->reload, '', "class='btn btn-wide btn-primary mgb-20'");
if($pdoResult == 'fail' or $pdoMySQLResult == 'fail')
{
echo '' . $lang->install->phpINI . '
' . nl2br($this->install->getIniInfo()) . '
';
diff --git a/module/install/view/step3.html.php b/module/install/view/step3.html.php
index a331f494e3..0240036b86 100644
--- a/module/install/view/step3.html.php
+++ b/module/install/view/step3.html.php
@@ -76,7 +76,7 @@ EOT;
?>
-
+
diff --git a/module/install/view/step5.html.php b/module/install/view/step5.html.php
index 06b94f53e0..150486533f 100644
--- a/module/install/view/step5.html.php
+++ b/module/install/view/step5.html.php
@@ -23,9 +23,9 @@
diff --git a/module/upgrade/view/backup.html.php b/module/upgrade/view/backup.html.php
index b31d9d41c7..7cb039e165 100644
--- a/module/upgrade/view/backup.html.php
+++ b/module/upgrade/view/backup.html.php
@@ -20,7 +20,7 @@
upgrade->warnningContent;?>
-
+
diff --git a/module/upgrade/view/checkextension.html.php b/module/upgrade/view/checkextension.html.php
index 212ca100a2..7236fa23ed 100644
--- a/module/upgrade/view/checkextension.html.php
+++ b/module/upgrade/view/checkextension.html.php
@@ -20,7 +20,7 @@
-
+
diff --git a/module/upgrade/view/consistency.html.php b/module/upgrade/view/consistency.html.php
index 8f04a258fc..9cd1b43527 100644
--- a/module/upgrade/view/consistency.html.php
+++ b/module/upgrade/view/consistency.html.php
@@ -24,7 +24,7 @@
-
+
diff --git a/module/upgrade/view/license.html.php b/module/upgrade/view/license.html.php
index 3f15c69f0f..d6927f692d 100644
--- a/module/upgrade/view/license.html.php
+++ b/module/upgrade/view/license.html.php
@@ -22,7 +22,7 @@