diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index c651b49..91e78a2 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -52,6 +52,8 @@ if ($_REQUEST['sub']) echo '
',"\n"; } else // application { + echo html_frame_start("Potential duplicate applications in the database","90%","",0); + $hResult = searchForApplication($oApp->sName); + outputSearchTableForhResult($oApp->sName, $hResult); + echo html_frame_end(" "); + //help 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 " |
| Application Name | \n"; + echo "Description | \n"; + echo "No. Versions | \n"; + echo "
| ".html_ahref($ob->appName,"appview.php?appId=$ob->appId")." | \n"; + echo "".trim_description($ob->description)." | \n"; + echo "$y->versions | \n"; + echo "
| $c match(es) found | ||
| Application Name | \n"; - echo "Description | \n"; - echo "No. Versions | \n"; - echo "
| ".html_ahref($ob->appName,"appview.php?appId=$ob->appId")." | \n"; - echo "".trim_description($ob->description)." | \n"; - echo "$y->versions | \n"; - echo "
| $c match(es) found | ||