46 |
default = orig |
default = orig |
47 |
|
|
48 |
choice = default |
choice = default |
49 |
# (button, choice) = ListboxChoiceWindow(screen, _("Installation Type"), |
rc = intf.messageWindow(_("Warning"), |
|
# _("What type of system would you like to install?"), |
|
|
# choices, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON], |
|
|
# width = 40, default = default, help = "installpath") |
|
|
# |
|
|
# if button == TEXT_BACK_CHECK: |
|
|
# return INSTALL_BACK |
|
|
|
|
|
rc = intf.messageWindow(_("Warning"), |
|
50 |
_("All disks will be reformatted and any data will be lost. Proceed?"), |
_("All disks will be reformatted and any data will be lost. Proceed?"), |
51 |
type = "yesno", default = "no") |
type = "yesno", default = "no") |
52 |
|
|
53 |
if rc == 0: |
if rc == 0: |
54 |
return INSTALL_BACK |
return INSTALL_BACK |
55 |
|
|
56 |
if (choice != orig): |
if (choice != orig): |