Fix the wording on Jesse's table labels and nametags field section pages.

This commit is contained in:
james 2007-03-04 16:36:28 +00:00
parent 44a6431cd7
commit fe2627faec
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@
echo "<a href=\"reports.php\">&lt;&lt; ".i18n("Back to Reports")."</a><br />"; echo "<a href=\"reports.php\">&lt;&lt; ".i18n("Back to Reports")."</a><br />";
echo "<br />"; echo "<br />";
echo "<table><tr><td>"; echo "<table><tr><td>";
echo i18n("Day of Fair Registration/Checkin Forms").": "; echo i18n("Please select which fields you would like displayed on the name tags").": ";
echo "</td>"; echo "</td>";
/* /*

View File

@ -38,12 +38,12 @@
if($title == "" && $projectnumber == "" && $firstname == "" && $lastnmae == "" && $category == "" && $division == "") if($title == "" && $projectnumber == "" && $firstname == "" && $lastnmae == "" && $category == "" && $division == "")
{ {
send_header("Administration - Reports"); send_header("Administration - Reports - Table Labels");
echo "<a href=\"index.php\">&lt;&lt; ".i18n("Back to Administration")."</a>&nbsp;&nbsp;"; echo "<a href=\"index.php\">&lt;&lt; ".i18n("Back to Administration")."</a>&nbsp;&nbsp;";
echo "<a href=\"reports.php\">&lt;&lt; ".i18n("Back to Reports")."</a><br />"; echo "<a href=\"reports.php\">&lt;&lt; ".i18n("Back to Reports")."</a><br />";
echo "<br />"; echo "<br />";
echo "<table><tr><td>"; echo "<table><tr><td>";
echo i18n("Day of Fair Registration/Checkin Forms").": "; echo i18n("Please select what fields you would like to display on the table labels").": ";
echo "</td>"; echo "</td>";
/* /*