mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
cosmetic changes to the alert system
This commit is contained in:
parent
d3ce564b98
commit
612832eca2
@ -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¬iceid=all">Acknowledge All</a> .:. ';
|
||||
if ($value['url']) {
|
||||
$notice_msgs .= $date.' - <a href="'.$url.'?noticeaction=acknowledge¬iceid='.$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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user