diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index 5601d83f36..a39dd9a3bd 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -45,6 +45,7 @@ require_once("notices.inc");
$noticemsg = str_replace("'", "", $value['notice']);
$noticemsg = str_replace('"', "", $noticemsg);
$noticemsg = str_replace("\n", "", $noticemsg);
+ $notice_msgs = 'Acknowledge All .:. ';
if ($value['url']) {
$notice_msgs .= $date.' - ['.$value['id'].']';
} else {
@@ -61,7 +62,11 @@ require_once("notices.inc");
} else {
- print $config['system']['hostname'] . "." . $config['system']['domain'];
+?>
+
+ print $config['system']['hostname'] . "." . $config['system']['domain']; ?>
+
+
}
?>
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 7877132655..607b54a06d 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -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;
+}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index 575a6a7cb6..7d5918b9eb 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -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;
+}
+
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index c5507a2d12..5af4192a9d 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -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;
+}