From a053f35db7edbd467bf01b9054d90dad3ce12803 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Thu, 3 Sep 2009 16:25:07 +0200 Subject: allow skipping of end screens in wizards just add self.condition = self.isLastWizard to the last screen in your wizard furthermore you need to update the -tag of your last step according to the following example: ... --- data/startwizard.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'data/startwizard.xml') diff --git a/data/startwizard.xml b/data/startwizard.xml index 8fcf8f41..c004a5e6 100644 --- a/data/startwizard.xml +++ b/data/startwizard.xml @@ -160,7 +160,10 @@ config.ParentalControl.setuppin.save() - + + +self.condition = self.isLastWizard + -- cgit v1.2.3