Add a dropdown list of vendors to the app submit page. Automatch the dropdown

vendor selection on the admin side of there is an exact or partial name match.
Clear out the vendor field if a match is found.
Display username when logging in to the db.
This commit is contained in:
Chris Morgan
2004-04-06 21:26:10 +00:00
committed by Jeremy Newman
parent 1977ad6919
commit c2a45094e2
3 changed files with 61 additions and 12 deletions

View File

@@ -184,7 +184,7 @@ function cmd_do_login()
if($result == null)
{
$current = $user;
addmsg("You are successfully logged in.", "green");
addmsg("You are successfully logged in as '$user->username'.", "green");
redirect(apidb_fullurl("index.php"));
}
else