diff --git a/module/install/ui/showtableprogress.html.php b/module/install/ui/showtableprogress.html.php index 21279e9a76..a7a1d96346 100644 --- a/module/install/ui/showtableprogress.html.php +++ b/module/install/ui/showtableprogress.html.php @@ -28,6 +28,7 @@ div form ( h::pre(setID('progress'), setClass('progress block overflow-hidden h-96')), + contactUs(), set::actions(array(array('disabled' => true, 'text' => $lang->install->next, 'class' => 'primary next'))) ) ) diff --git a/module/install/ui/step1.html.php b/module/install/ui/step1.html.php index 3d5389fb56..01fe892a47 100644 --- a/module/install/ui/step1.html.php +++ b/module/install/ui/step1.html.php @@ -128,6 +128,7 @@ div $checkTrs ) ), + contactUs(), cell ( setClass('text-center mt-4'), diff --git a/module/install/ui/step2.html.php b/module/install/ui/step2.html.php index 58025f047f..8036f7acc6 100644 --- a/module/install/ui/step2.html.php +++ b/module/install/ui/step2.html.php @@ -214,7 +214,8 @@ div ) ) ) - ) + ), + contactUs() ) ) ) diff --git a/module/install/ui/step3.html.php b/module/install/ui/step3.html.php index ada579747e..3b614d9342 100644 --- a/module/install/ui/step3.html.php +++ b/module/install/ui/step3.html.php @@ -77,6 +77,7 @@ div set::name('hidden'), set::type('hidden') ), + contactUs(), formGroup ( setClass('justify-center'), diff --git a/module/install/ui/step4.html.php b/module/install/ui/step4.html.php index 730e2a85b2..3cf81b4b40 100644 --- a/module/install/ui/step4.html.php +++ b/module/install/ui/step4.html.php @@ -171,6 +171,7 @@ div ) ) ), + contactUs(), input ( set::name('mode'), diff --git a/module/install/ui/step5.html.php b/module/install/ui/step5.html.php index 3ca46e6300..aecf111ad1 100644 --- a/module/install/ui/step5.html.php +++ b/module/install/ui/step5.html.php @@ -40,10 +40,10 @@ div setClass('bg-canvas m-auto mw-auto'), set::title($lang->install->getPriv), set::headingClass('w-96 m-auto'), - set::formClass('w-96 m-auto'), set::submitBtnText(!empty($config->inQuickon) ? $lang->install->next : $lang->save), formRow ( + setClass('w-96 m-auto'), formGroup ( set::label($lang->install->company), @@ -52,7 +52,7 @@ div ), formRow ( - setClass('hidden'), + setClass('w-96 m-auto hidden'), formGroup ( set::label($lang->install->working), @@ -63,6 +63,7 @@ div ), formRow ( + setClass('w-96 m-auto'), formGroup ( set::label($lang->install->account), @@ -71,6 +72,7 @@ div ), formRow ( + setClass('w-96 m-auto'), formGroup ( set::label($lang->install->password), @@ -83,7 +85,7 @@ div ), formRow ( - setClass('importDemoDataRow'), + setClass('w-96 m-auto importDemoDataRow'), formGroup ( set::label(' '), @@ -94,7 +96,8 @@ div set::value(1) ) ) - ) + ), + contactUs() ) ) );