Skip to content

Commit

Permalink
Added more detailed explanation for creating token table.
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@166 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 30, 2003
1 parent 17c0c5e commit 717c52e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions admin/tokens.php
Expand Up @@ -97,8 +97,12 @@
echo "\t<tr>\n";
echo "\t\t<td align='center'>\n";
echo "\t\t\t$setfont<br /><br />\n";
echo "\t\t\tNo token system has been created for this survey. Do you want to create one now?<br /><br />\n";
echo "\t\t\t<input type='submit' $btstyle value='Create Token Table' onClick=\"window.open('tokens.php?sid=$sid&createtable=Y', '_top')\"><br />\n";
echo "\t\t\t<b>Tokens have not been initialised for this survey.</b><br /><br />\n";
echo "\t\t\tNote that if you initialise tokens for this survey, then only<br />\n";
echo "\t\t\twith an entry in the token table, and a unique token can<br />\n";
echo "\t\t\tparticipate in this survey.<br /><br />\n";
echo "\t\t\tDo you want to create one now?<br /><br />\n";
echo "\t\t\t<input type='submit' $btstyle value='Initialise Tokens' onClick=\"window.open('tokens.php?sid=$sid&createtable=Y', '_top')\"><br />\n";
echo "\t\t\t<input type='submit' $btstyle value='Return to Admin' onClick=\"window.open('admin.php?sid=$sid', '_top')\">\n";
echo "\t\t</td>\n";
echo "\t</tr>\n";
Expand Down

0 comments on commit 717c52e

Please sign in to comment.