diff --git a/setup/wizard/index.php b/setup/wizard/index.php index 02121f1..142e0d0 100755 --- a/setup/wizard/index.php +++ b/setup/wizard/index.php @@ -44,7 +44,10 @@ // Bypass if(isset($_GET['bypass'])) { if($_GET['bypass']) - touch("install"); + @touch("install"); + else { + @unlink("install"); + } } if(!$ui->isSystemInstalled()) { diff --git a/setup/wizard/installer.php b/setup/wizard/installer.php index 1824ba4..0387c4f 100755 --- a/setup/wizard/installer.php +++ b/setup/wizard/installer.php @@ -452,7 +452,7 @@ class Installer { } private function completeInstall() { - unlink("install"); + @unlink("install"); } /** diff --git a/setup/wizard/resources/wizard.css b/setup/wizard/resources/wizard.css index 3d7c514..2222080 100644 --- a/setup/wizard/resources/wizard.css +++ b/setup/wizard/resources/wizard.css @@ -171,6 +171,7 @@ td { } .error { + font-weight: bold; color: #9F0000; } @@ -247,4 +248,8 @@ input#dname { .adv_options { padding: 5px 8px; +} + +#section { + /*border:1px solid;*/ } \ No newline at end of file diff --git a/setup/wizard/templates/database_confirm.tpl b/setup/wizard/templates/database_confirm.tpl index 7d4b6be..d8a38a3 100755 --- a/setup/wizard/templates/database_confirm.tpl +++ b/setup/wizard/templates/database_confirm.tpl @@ -3,11 +3,12 @@
Please confirm that your database settings have been entered correctly before proceeding with the installation.
- +

Database Settings

- + +
- + - + @@ -44,12 +45,12 @@ if($dtypes) {
Database type: Database type:
Name: Name:
- +

Advanced Settings

- +
- + @@ -68,9 +69,9 @@ if($dtypes) {

Database Users

-
Host: Host:
+
- + @@ -87,7 +88,6 @@ if($dtypes) {
DMS Admin Username: DMS Admin Username:
-
diff --git a/setup/wizard/templates/license.tpl b/setup/wizard/templates/license.tpl index 501b8dd..c187cd1 100755 --- a/setup/wizard/templates/license.tpl +++ b/setup/wizard/templates/license.tpl @@ -13,7 +13,7 @@ Please read and accept the license agreement below before continuing with the se

-
+

KnowledgeTree On-premise Commercial End-User

License Agreement Version 2.3 @@ -330,13 +330,12 @@ Software. If any provision of this Agreement is deemed invalid or unenforceable government agency having jurisdiction, that particular provision will be deemed modified to the extent necessary to make the provision valid and enforceable, and the remaining provisions will remain in full force and effect. The original of this Agreement has been written in English, and that version will -govern. Les parties aux prsentes confirment leur volont que cette convention, de mme que tous les -documents, y compris tout avis, qui s?y rattachent, soient rdigs en langue anglaise. +govern.

- +
- I accept the agreement + I accept the agreement
I do not accept the agreement
diff --git a/setup/wizard/templates/welcome.tpl b/setup/wizard/templates/welcome.tpl index caf3b51..92c0f0b 100755 --- a/setup/wizard/templates/welcome.tpl +++ b/setup/wizard/templates/welcome.tpl @@ -2,7 +2,7 @@

-KnowledgeTreeTM is document management made simple - easily share, track, secure, and manage the documents and records your organization depends on. +KnowledgeTreeTM is document management made simple - easily share, track, secure, and manage the documents and records your organization depends on.

KnowledgeTree provides an easy-to-use, production-ready, enterprise document management solution for use by corporations, government institutions, medium