aboutsummaryrefslogtreecommitdiff
path: root/data/startwizard.xml
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 21:29:34 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 21:29:34 +0000
commitbc8ba2d89e7c71e95c1ee8e8e2da26a993e01997 (patch)
tree5faf13746f006278f4aff1034c96e1941a91cfaf /data/startwizard.xml
parentffd007cb4f71a3c9f7d69339126cbe69f6b4ee63 (diff)
downloadenigma2-bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997.tar.gz
enigma2-bc8ba2d89e7c71e95c1ee8e8e2da26a993e01997.zip
- new automatic scan - scans everything the NIM can handle
- ServiceScan is now able to do a multipass scan - added the manual scan to the startwizard - wizards have a new "nextstep" attribute for the <step>-tag now
Diffstat (limited to 'data/startwizard.xml')
-rw-r--r--data/startwizard.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/data/startwizard.xml b/data/startwizard.xml
index 4b735f84..54533ebe 100644
--- a/data/startwizard.xml
+++ b/data/startwizard.xml
@@ -74,14 +74,26 @@ self["arrowup2"].moveTo(800, 310, 1)
self["arrowup2"].startMoving()
</code>
<list>
- <listentry caption="Yes, scan now" step="scan" />
+ <listentry caption="Yes, do an automatic scan now" step="scan" />
+ <listentry caption="Yes, do a manual scan now" step="manualscan" />
<listentry caption="No, scan later manually" step="end" />
</list>
</step>
- <step id="scan">
+ <step id="scan" nextstep="end">
<text value="What do you want to scan?" />
<config screen="ScanSimple" module="ScanSetup" type="ConfigList" />
</step>
+ <step id="manualscan">
+ <text value="What do you want to scan?" />
+ <config screen="ScanSetup" module="ScanSetup" type="ConfigList" />
+ </step>
+ <step id="nextscan">
+ <text value="Do you want to do another manual service scan?" />
+ <list>
+ <listentry caption="Yes, do another manual scan now" step="manualscan" />
+ <listentry caption="No, scan later manually" step="end" />
+ </list>
+ </step>
<step id="end">
<text value="Thank you for using the wizard. Your box is now ready to use.\nPlease press OK to start using you Dreambox." />
</step>