From 69eea2c4ff347a623a582d4099511db766faba42 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 14 Dec 2009 14:14:29 +0100 Subject: provide complete wizzard style --- invite_participants.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'invite_participants.rb') diff --git a/invite_participants.rb b/invite_participants.rb index abb1ddc..3ce6d74 100755 --- a/invite_participants.rb +++ b/invite_participants.rb @@ -29,6 +29,8 @@ if $cgi.include?("add_participant") $d.table.add_participant("",$cgi["add_participant"],{}) end +$d.wizzard_redirect + $d << <Invite Participants @@ -36,6 +38,6 @@ $d << <
TABLE -$d.out($cgi) +$d.out end -- cgit v1.2.3