Skip to content

Commit

Permalink
TWEAK: Changed font size for 'survey is not currently active' message…
Browse files Browse the repository at this point in the history
… (to size 2)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@299 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed May 23, 2003
1 parent 7ae05fa commit 15dfb9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion group.php
Expand Up @@ -553,7 +553,7 @@
{
echo templatereplace($op);
}
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
2 changes: 1 addition & 1 deletion question.php
Expand Up @@ -514,7 +514,7 @@
{
echo templatereplace($op);
}
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
2 changes: 1 addition & 1 deletion survey.php
Expand Up @@ -725,7 +725,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 15dfb9d

Please sign in to comment.