From 717c52eb59913d285b1bd4e19641e5f70b7f9c3e Mon Sep 17 00:00:00 2001 From: Jason Cleeland Date: Sun, 30 Mar 2003 11:53:48 +0000 Subject: [PATCH] Added more detailed explanation for creating token table. git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@166 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/tokens.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/tokens.php b/admin/tokens.php index 2237dc89440..dad52bf90a9 100644 --- a/admin/tokens.php +++ b/admin/tokens.php @@ -97,8 +97,12 @@ echo "\t\n"; echo "\t\t\n"; echo "\t\t\t$setfont

\n"; - echo "\t\t\tNo token system has been created for this survey. Do you want to create one now?

\n"; - echo "\t\t\t
\n"; + echo "\t\t\tTokens have not been initialised for this survey.

\n"; + echo "\t\t\tNote that if you initialise tokens for this survey, then only
\n"; + echo "\t\t\twith an entry in the token table, and a unique token can
\n"; + echo "\t\t\tparticipate in this survey.

\n"; + echo "\t\t\tDo you want to create one now?

\n"; + echo "\t\t\t
\n"; echo "\t\t\t\n"; echo "\t\t\n"; echo "\t\n";