Skip to content

Commit

Permalink
Tweak: Some help about what is needed before activation is possible
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@208 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 11, 2003
1 parent ffd7dfa commit 479ecf2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion admin/html.php
Expand Up @@ -96,7 +96,15 @@
}
else
{
$surveysummary .= "<font size='1'>Survey cannot yet be activated";
$surveysummary .= "<font size='1'>Survey cannot be activated yet.\n";
if ($sumcount2 == 0)
{
$surveysummary .= "\t<font color='green'>[You need to Add Groups]</font>";
}
if ($sumcount3 == 0)
{
$surveysummary .= "\t<font color='green'>[You need to Add Questions]</font>";
}
}
$surveysummary .= "</td></tr>\n";

Expand Down

0 comments on commit 479ecf2

Please sign in to comment.