Skip to content

Commit

Permalink
Updated to use 'htmlfooter' function in common.php
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@163 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Mar 30, 2003
1 parent 14cbfb5 commit 5fa46b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions admin/dataentry.php
Expand Up @@ -935,14 +935,6 @@
echo "</body>\n</html>";
}
echo "&nbsp;";
echo "<table width='100%' align='center' bgcolor='#000080'>\n";
echo "\t<tr>\n";
echo "\t\t<td align='center'>\n";
echo "\t\t\t<img src='help.gif' align='left' alt='Help for Tokens' onClick=\"window.open('instructions.html', '_blank')\">\n";
echo "\t\t\t<img src='help.gif' align='right' alt='Help for Tokens' onClick=\"window.open('instructions.html', '_blank')\">\n";
echo "\t\t\t<a href='http://phpsurveyor.sourceforge.net/' target='_blank'><img src='phpsurveyor_logo.jpg' border='0'></a>\n";
echo "\t\t</td>\n";
echo "\t</tr>\n";
echo "</table>\n";
echo htmlfooter("instructions.html#Editing%20and%20Deleting%20Responses", "Using PHPSurvey to Edit Responses");
echo "</body>\n</html>";
?>

0 comments on commit 5fa46b6

Please sign in to comment.