Heacy rewrite/cleanup:
[mailer.git] / js / install-data.js
index 909601bc20ec95f8eb57f2cb653b5229b63cbbe3..4353b64bb70376c2d3e87e77597729d01b9dd44e 100644 (file)
@@ -35,7 +35,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 +51,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 +64,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';