Remove Why I2P from the welcome wizard. Make the welcome wizard more informative about the functionality contained within I2P. Tweaks to stylesheets on the welcome wizard.

This commit is contained in:
hankhill19580
2020-07-03 23:18:14 +00:00
parent 462180f9a4
commit 95f16c99bd
4 changed files with 95 additions and 65 deletions

View File

@ -45,9 +45,9 @@ public class WizardHandler extends FormHandler {
// Saved in CSSHelper, assume success
addFormNoticeNoEscape(_t("Console language saved."));
}
if ("4".equals(page)) {
if ("3".equals(page)) {
startNDT();
} else if ("5".equals(page)) {
} else if ("4".equals(page)) {
synchronized (_helper) {
if (_helper.isNDTSuccessful()) {
addFormNotice(_t("Bandwidth test completed successfully"));
@ -60,7 +60,7 @@ public class WizardHandler extends FormHandler {
addFormError(_t("Bandwidth test did not complete"));
}
}
} else if ("6".equals(page)) {
} else if ("5".equals(page)) {
Map<String, String> changes = new HashMap<String, String>();
boolean updated = updateRates(changes);
if (updated) {