Add a list of things a user should do prior to submitting an

application.  The hope is to reduce the number of duplicate, incorrect and incomplete
submissions that just end up rejected.  Change 'Add Version' to 'Submit new
version' to match the 'Submit application' link in the menu panel.
This commit is contained in:
Chris Morgan
2005-05-14 00:43:33 +00:00
committed by WineHQ
parent 5f6053ab41
commit 89112c175f
2 changed files with 18 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ if($_REQUEST['appId'])
if($_SESSION['current']->isLoggedIn())
{
echo '<form method="post" name="message" action="appsubmit.php?appId='.$oApp->iAppId.'&amp;apptype=2">';
echo '<input type=submit value="Add Version" class="button">';
echo '<input type=submit value="Submit new version" class="button">';
echo '</form>';
}
if($_SESSION['current']->hasPriv("admin"))