mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
added links in status string
This commit is contained in:
parent
6053b90fbd
commit
949763b7dc
30 changed files with 64 additions and 55 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue