X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/880c452e2eb1ae0f0c1543e5937b79a7d75be15d..674719294af7449c52d93b1969aeebbaa9117cbe:/data/startwizard.xml diff --git a/data/startwizard.xml b/data/startwizard.xml index 9dbf030d..de041193 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -1,5 +1,5 @@ - + self["arrowdown"].moveTo(557, 232, 1) @@ -10,7 +10,7 @@ self["rc"].moveTo(500, 50, 1) self["rc"].startMoving() - + @@ -60,6 +60,42 @@ self["arrowup"].startMoving() self["arrowup2"].moveTo(590, 320, 1) self["arrowup2"].startMoving() self["arrowdown"].moveTo(740, 355, 1) +self["arrowdown"].startMoving() + + + + +from Components.NimManager import nimmanager +self.condition = nimmanager.getNimType(2) != nimmanager.nimType["empty/unknown"] + + + + +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() +self["arrowup"].moveTo(525, 320, 1) +self["arrowup"].startMoving() +self["arrowup2"].moveTo(590, 320, 1) +self["arrowup2"].startMoving() +self["arrowdown"].moveTo(740, 355, 1) +self["arrowdown"].startMoving() + + + + +from Components.NimManager import nimmanager +self.condition = nimmanager.getNimType(3) != nimmanager.nimType["empty/unknown"] + + + + +self["rc"].moveTo(500, 50, 1) +self["rc"].startMoving() +self["arrowup"].moveTo(525, 320, 1) +self["arrowup"].startMoving() +self["arrowup2"].moveTo(590, 320, 1) +self["arrowup2"].startMoving() +self["arrowdown"].moveTo(740, 355, 1) self["arrowdown"].startMoving() @@ -76,10 +112,10 @@ self["arrowup2"].startMoving() - + - + @@ -91,9 +127,47 @@ self["arrowup2"].startMoving() - + + + + + + + + +if self["list"].getSelectedIndex() == 0: + config.ParentalControl.configured.value = True +else: + config.ParentalControl.configured.value = False +config.ParentalControl.configured.save() + + + + + + + + + +from ParentalControlSetup import ParentalControlChangePin +if self["list"].getSelectedIndex() == 0: + self.session.open(ParentalControlChangePin, config.ParentalControl.servicepin[0], _("parental control pin")) + + + + +config.ParentalControl.setuppinactive.value = True +config.ParentalControl.setuppinactive.save() +config.ParentalControl.servicepinactive.value = True +config.ParentalControl.servicepinactive.save() +config.ParentalControl.setuppin.value = config.ParentalControl.servicepin[0].value +config.ParentalControl.setuppin.save() + + + +