Skip to content

Commit

Permalink
TWEAK: Modified other version of "not currently active" font size
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@300 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 23, 2003
1 parent 15dfb9d commit 2e8e1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group.php
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
}
echo "\n";

if ($surveyactive != "Y") {echo "\t\t<center><font color='red'>This survey is not currently active. You will not be able to save your responses.</font></center>\n";}
if ($surveyactive != "Y") {echo "\t\t<center><font color='red' size='2'>This survey is not currently active. You will not be able to save your responses.</font></center>\n";}
foreach(file("$thistpl/endpage.pstpl") as $op)
{
echo templatereplace($op);
Expand Down

0 comments on commit 2e8e1aa

Please sign in to comment.