diff --git a/screenshots.php b/screenshots.php index defd506..306ae7d 100644 --- a/screenshots.php +++ b/screenshots.php @@ -147,11 +147,22 @@ if($aClean['iVersionId'] && $_SESSION['current']->isLoggedIn()) echo '',"\n"; echo '',"\n"; echo '',"\n"; -} else // else let the person know that if they log in they can submit screenshots +} else if(!$_SESSION['current']->isLoggedIn()) // else let the person know that if they log in they can submit screenshots { echo '
'; echo "Log in to submit screenshots
\n"; +} else +{ + echo html_frame_start("Upload Screenshot", "30%"); + echo 'If you would like to submit screenshots, please select an application version below.
'; + echo ''; + echo html_frame_end(); } + echo html_back_link(1); apidb_footer();