forked from science-ation/science-ation
Fix the wording on Jesse's table labels and nametags field section pages.
This commit is contained in:
parent
44a6431cd7
commit
fe2627faec
@ -48,7 +48,7 @@
|
||||
echo "<a href=\"reports.php\"><< ".i18n("Back to Reports")."</a><br />";
|
||||
echo "<br />";
|
||||
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>";
|
||||
|
||||
/*
|
||||
|
@ -38,12 +38,12 @@
|
||||
if($title == "" && $projectnumber == "" && $firstname == "" && $lastnmae == "" && $category == "" && $division == "")
|
||||
{
|
||||
|
||||
send_header("Administration - Reports");
|
||||
send_header("Administration - Reports - Table Labels");
|
||||
echo "<a href=\"index.php\"><< ".i18n("Back to Administration")."</a> ";
|
||||
echo "<a href=\"reports.php\"><< ".i18n("Back to Reports")."</a><br />";
|
||||
echo "<br />";
|
||||
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>";
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user