diff --git a/common.inc.php b/common.inc.php
index fbb88f3..1fbc2cd 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -129,6 +129,11 @@ function notice($str)
return "
$str
";
}
+function happy($str)
+{
+ return "$str
";
+}
+
$HEADER_SENT=false;
function send_header($title="")
{
diff --git a/register_participants_project.php b/register_participants_project.php
index cf6bcb3..4edd988 100644
--- a/register_participants_project.php
+++ b/register_participants_project.php
@@ -34,6 +34,9 @@ echo mysql_error();
//send the header
send_header("Participant Registration - Project Information");
+ echo "<< ".i18n("Back to Participant Registration Summary")."
";
+ echo "
";
+
$studentstatus=studentStatus();
if($studentstatus!="complete")
{
@@ -105,8 +108,21 @@ echo mysql_error();
}
- echo "<< ".i18n("Back to Participant Registration Summary")."
";
- echo "
";
+
+//output the current status
+$newstatus=projectStatus();
+if($newstatus!="complete")
+{
+ echo error(i18n("Project Information Incomplete"));
+}
+else if($newstatus=="complete")
+{
+ echo happy(i18n("Project Information Complete"));
+
+}
+
+
+
echo "