Improve application rejection email so the user knows that they can modify and resubmit the application

This commit is contained in:
Chris Morgan
2005-10-01 00:31:47 +00:00
committed by WineHQ
parent a643b8f36d
commit a5fbfe5830

View File

@@ -332,8 +332,9 @@ class Application {
{
$sSubject = "Submitted application rejected";
$sMsg = "The application you submitted (".$oApp->sName." ".$this->sName.") has been rejected.";
$sMsg .= "Clicking on the link in this email will allow you to modify and resubmit the application. ";
$sMsg .= "A link to your queue of applications and versions will also show up on the left hand side of the Appdb site once you have logged in. ";
$sMsg .= APPDB_ROOT."admin/resubmitRejectedApps.php?sub=view&appId=".$this->iAppId."\n";
$sMsg .= "Reason given:\n";
$sMsg .= $_REQUEST['replyText']."\n"; /* append the reply text, if there is any */
}