added links in status string

This commit is contained in:
Serghey Rodin 2012-12-18 18:29:13 +02:00
commit 949763b7dc
30 changed files with 64 additions and 55 deletions

View file

@ -61,7 +61,7 @@ top_panel($user,$TAB);
unset($output);
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = "OK: domain <b>".$_POST[v_domain]."</b> has been created successfully.";
$_SESSION['ok_msg'] = "OK: domain <a href='/list/mail/?domain=".$_POST[v_domain]."'><b>".$_POST[v_domain]."</b></a> has been created successfully.";
unset($v_domain);
}
}
@ -149,7 +149,7 @@ top_panel($user,$TAB);
unset($output);
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = "OK: account <b>".$_POST['v_account']."</b> has been created successfully.";
$_SESSION['ok_msg'] = "OK: account <a href='/edit/mail/?account=".$_POST['v_account']."&domain=".$_POST[v_domain]."'><b>".$_POST['v_account']."@".$_POST[v_domain]."</b></a> has been created successfully.";
unset($v_account);
unset($v_password);
unset($v_password);