diff --git a/css/mods-for-hesk-new.css b/css/mods-for-hesk-new.css index d1dec79a..ce36e59a 100644 --- a/css/mods-for-hesk-new.css +++ b/css/mods-for-hesk-new.css @@ -178,6 +178,11 @@ button.dropdown-submit { min-width: 350px; } +.installer-login-box { + width: 50%; + min-width: 350px; +} + .login-box-container { position: relative; } diff --git a/install/background.jpg b/install/background.jpg new file mode 100644 index 00000000..60401312 Binary files /dev/null and b/install/background.jpg differ diff --git a/install/index.php b/install/index.php index 31b45f06..6bc4c0cc 100644 --- a/install/index.php +++ b/install/index.php @@ -1,10 +1,72 @@ + - - Install | Redirecting... - - - - + + Mods For HESK <?php echo MODS_FOR_HESK_NEW_VERSION; ?> Install / Upgrade + + + + + + + + + + + + + + + + +
+
+ + +
+
+ + + diff --git a/install/install_functions.inc.php b/install/install_functions.inc.php index a498ab67..9606199e 100644 --- a/install/install_functions.inc.php +++ b/install/install_functions.inc.php @@ -16,7 +16,7 @@ if (!defined('IN_SCRIPT')) {die('Invalid attempt');} // We will be installing this HESK version: define('HESK_NEW_VERSION','2.7.3'); -define('MODS_FOR_HESK_NEW_VERSION','3.1.1'); +define('MODS_FOR_HESK_NEW_VERSION','3.2.0'); define('REQUIRE_PHP_VERSION','5.3.0'); define('REQUIRE_MYSQL_VERSION','5.0.7');