cosmetic changes to the alert system

This commit is contained in:
Erik Kristensen 2005-07-31 03:59:44 +00:00
parent d3ce564b98
commit 612832eca2
4 changed files with 37 additions and 1 deletions

View File

@ -45,6 +45,7 @@ require_once("notices.inc");
$noticemsg = str_replace("'", "", $value['notice']);
$noticemsg = str_replace('"', "", $noticemsg);
$noticemsg = str_replace("\n", "", $noticemsg);
$notice_msgs = '<a href="?noticeaction=acknowledge&noticeid=all">Acknowledge All</a> &nbsp;&nbsp;&nbsp;&nbsp;.:.&nbsp;&nbsp;&nbsp;&nbsp; ';
if ($value['url']) {
$notice_msgs .= $date.' - <a href="'.$url.'?noticeaction=acknowledge&noticeid='.$key.'">['.$value['id'].']</a>';
} else {
@ -61,7 +62,11 @@ require_once("notices.inc");
</div>
<?
} else {
print $config['system']['hostname'] . "." . $config['system']['domain'];
?>
<div id="hostname">
<? print $config['system']['hostname'] . "." . $config['system']['domain']; ?>
</div>
<?
}
?>
</span>

View File

@ -99,6 +99,16 @@ iframe {
padding-left: 5px;
margin: 0px;
}
#header-right .container .right #hostname {
position: relative;
height: 39px;
width: 431px;
z-index: 1;
padding-left: 5px;
margin: 0px;
top: 25px;
left: 230px;
}

View File

@ -77,6 +77,17 @@ form input {
padding-left: 5px;
margin: 0px;
}
#header-right .container .right #hostname {
position: relative;
height: 39px;
width: 431px;
z-index: 1;
padding-left: 5px;
margin: 0px;
top: 25px;
left: 230px;
}

View File

@ -90,6 +90,16 @@ form input {
padding-left: 5px;
margin: 0px;
}
#header-right .container .right #hostname {
position: relative;
height: 39px;
width: 431px;
z-index: 1;
padding-left: 5px;
margin: 0px;
top: 25px;
left: 230px;
}