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:
@@ -277,7 +277,7 @@ if($_REQUEST['appId'])
|
||||
if($_SESSION['current']->isLoggedIn())
|
||||
{
|
||||
echo '<form method="post" name="message" action="appsubmit.php?appId='.$oApp->iAppId.'&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"))
|
||||
|
||||
Reference in New Issue
Block a user