1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fix up the sample wizards

They stopped working because the "Demos" tiddler went away
This commit is contained in:
Jeremy Ruston 2013-09-10 15:29:36 +01:00
parent a5cb6d69c0
commit f53bc6af0c
2 changed files with 9 additions and 1 deletions

View File

@ -7,4 +7,4 @@ This is a modal wizard dialogue, stored in the tiddler SampleWizard.
{{Motovun Jack.jpg}} {{Motovun Jack.jpg}}
You can <$button message="tw-modal" param="Demos" class="btn btn-inverse">nest wizards</$button>. You can <$button message="tw-modal" param="SampleWizard2" class="btn btn-inverse">nest wizards</$button>.

View File

@ -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</$button>
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</$button>.