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

@ -119,7 +119,7 @@ if ($_SESSION['user'] == 'admin') {
// Check output
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = "OK: package <b>".$_POST['v_package']."</b> has been created successfully.";
$_SESSION['ok_msg'] = "OK: package <a href='/edit/package/?package=".$_POST['v_package']."'><b>".$_POST['v_package']."</b></a> has been created successfully.";
unset($v_package);
}