]> git.mxchange.org Git - mailer.git/blobdiff - js/install-data.js
A lot fixes:
[mailer.git] / js / install-data.js
index 4c801ca69e6bea79967fdee19c2510a4ee93c48d..bf886b89ab4134855078ca217f78f740ada28e22 100644 (file)
@@ -1,13 +1,8 @@
 /**
  * JavaScript for installation menu data
  * --------------------------------------------------------------------
- * $Revision::                                                        $
- * $Date::                                                            $
- * $Tag:: 0.2.1-FINAL                                                 $
- * $Author::                                                          $
- * --------------------------------------------------------------------
  * Copyright (c) 2003 - 2009 by Roland Haeder
- * Copyright (c) 2009 - 2012 by Mailer Developer Team
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team
  * For more information visit: http://mxchange.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -35,7 +30,8 @@ indexTranslation[2] = 'database_config';
 indexTranslation[3] = 'smtp_config';
 indexTranslation[4] = 'other_config';
 indexTranslation[5] = 'extensions';
-indexTranslation[6] = 'overview';
+indexTranslation[6] = 'first_admin';
+indexTranslation[7] = 'overview';
 
 // Always last ...
 indexTranslation[indexTranslation.length] = 'finish';
@@ -50,7 +46,8 @@ nextPage['base_data']       = 'database_config';
 nextPage['database_config'] = 'smtp_config';
 nextPage['smtp_config']     = 'other_config';
 nextPage['other_config']    = 'extensions';
-nextPage['extensions']      = 'overview';
+nextPage['extensions']      = 'first_admin';
+nextPage['first_admin']     = 'overview';
 nextPage['overview']        = 'finish';
 
 // 'previous page' linking, key is current page, value is the previous page
@@ -62,5 +59,6 @@ previousPage['database_config'] = 'base_data';
 previousPage['smtp_config']     = 'database_config';
 previousPage['other_config']    = 'smtp_config';
 previousPage['extensions']      = 'other_config';
-previousPage['overview']        = 'extensions';
+previousPage['first_admin']     = 'extensions';
+previousPage['overview']        = 'first_admin';
 previousPage['finish']          = 'overview';