',"\n"; echo '',"\n"; echo '',"\n"; If ($ob->queueCatId == -1) //app version { //help echo "
| \n\n";
echo " This is the full view of the application waiting to be approved. \n"; echo "If you approve this application,\n"; echo "an email will be sent to the author of the submission. \n"; echo " App Version This type of application will be nested under the selected application parent.\n"; echo " Click delete to remove the selected item from the queue. An email will automatically be sent to the\n"; echo "submitter to let them know the item was deleted. \n\n"; echo " |
| App Parent | ',"\n"; $x->make_option_list("appParent",stripslashes($ob->queueName),"appFamily","appId","appName"); echo ' |
| App Version | ',"\n"; echo '|
| \n\n";
echo " This is the full view of the application waiting to be approved. \n"; echo "You need to pick a category before submitting \n"; echo "it into the database. If you approve this application,\n"; echo "an email will be sent to the author of the submission. \n"; echo " There are two kinds of applications in this database: \n"; echo "
\n"; echo " Click delete to remove the selected item from the queue. An email will automatically be sent to the\n"; echo "submitter to let them know the item was deleted. \n\n"; echo " |
| Type | ',"\n"; echo '',"\n"; echo ' |
| Category | ',"\n"; $x->make_option_list("cat",stripslashes($ob2->catId),"appCategory","catId","catName"); echo ' |
| Category | ',"\n"; $x->make_option_list("cat","","appCategory","catId","catName"); echo ' |
| App Parent | ',"\n"; $x->make_option_list("appParent","","appFamily","appId","appName"); echo ' |
| App Name | ',"\n"; echo '|
| App Version | ',"\n"; echo '',"\n"; echo ' |
| App Vendor | ',"\n"; echo '',"\n"; echo ' |
| ',"\n"; $x->make_option_list("altvendor", $checkvendor ,"vendor","vendorId","vendorName"); echo ' | |
| App Vendor | ',"\n"; echo '',"\n"; echo ' |
| ',"\n"; $x->make_option_list("altvendor","","vendor","vendorId","vendorName"); echo ' | |
| App URL | ',"\n"; echo '|
| App Desc | ',"\n"; echo '|
| email Text | ',"\n"; echo '|
| ' ,"\n"; echo ' ',"\n"; echo ' | |
Database Error!
".mysql_error()."
Note: The application family was successfully added.
\n"; addmsg($statusMessage, "red"); } } else { //error $statusMessage = "Database Error!
".mysql_error()."
The application ".$_REQUEST['queueName']." was successfully added into the database
\n"; addmsg($statusMessage,"Green"); mysql_query("DELETE from appQueue where queueId = ".$_REQUEST['queueId'].";"); $goodtogo = 1; } else { //error $statusMessage = "Database Error!
".mysql_error()."