diff --git a/editions/tw5.com/tiddlers/samples/SampleWizard.tid b/editions/tw5.com/tiddlers/samples/SampleWizard.tid index c3ff94b9e..2ef450994 100644 --- a/editions/tw5.com/tiddlers/samples/SampleWizard.tid +++ b/editions/tw5.com/tiddlers/samples/SampleWizard.tid @@ -7,4 +7,4 @@ This is a modal wizard dialogue, stored in the tiddler SampleWizard. {{Motovun Jack.jpg}} -You can <$button message="tw-modal" param="Demos" class="btn btn-inverse">nest wizards. \ No newline at end of file +You can <$button message="tw-modal" param="SampleWizard2" class="btn btn-inverse">nest wizards. diff --git a/editions/tw5.com/tiddlers/samples/SampleWizard2.tid b/editions/tw5.com/tiddlers/samples/SampleWizard2.tid new file mode 100644 index 000000000..bbc985d42 --- /dev/null +++ b/editions/tw5.com/tiddlers/samples/SampleWizard2.tid @@ -0,0 +1,8 @@ +title: SampleWizard2 +tags: demo +subtitle: I'm another modal wizard +footer: <$button message="tw-close-tiddler" class="btn btn-primary">Close + +This is another modal wizard dialogue, stored in the tiddler SampleWizard2. + +You can <$button message="tw-modal" param="SampleWizard" class="btn btn-inverse">nest wizards.