From f53bc6af0c6de05bd24177f210a820e30de8c299 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 10 Sep 2013 15:29:36 +0100 Subject: [PATCH] Fix up the sample wizards They stopped working because the "Demos" tiddler went away --- editions/tw5.com/tiddlers/samples/SampleWizard.tid | 2 +- editions/tw5.com/tiddlers/samples/SampleWizard2.tid | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 editions/tw5.com/tiddlers/samples/SampleWizard2.tid 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.