summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-07-30 22:34:05 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-07-30 22:34:05 -0400
commit68d98ce3d728592ec13a08f981c2b78043ba8311 (patch)
treee27ee86156f812220c7867c2ff0209e28a03596f /usr/local/www/diag_dns.php
parent0bab61b14fe0612e8d4f531662ecfdb7e4a669b7 (diff)
downloadpfsense-68d98ce3d728592ec13a08f981c2b78043ba8311.zip
pfsense-68d98ce3d728592ec13a08f981c2b78043ba8311.tar.gz
Lower font size on create / overwrite line
Diffstat (limited to 'usr/local/www/diag_dns.php')
-rw-r--r--usr/local/www/diag_dns.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index f16518f..c286d44 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -182,12 +182,12 @@ include("head.inc"); ?>
}
if($found > 0) {
if($alias_exists) {
- echo "<br/>An alias already exists for the hostname {$host}. To overwrite, click <a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true&override=true'>here</a>.";
+ echo "<br/><font size='-2'>An alias already exists for the hostname {$host}. To overwrite, click <a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true&override=true'>here</a>.";
} else {
if(!$createdalias) {
- echo "<br/><a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true'>Create alias</a> out of these entries.";
+ echo "<br/><font size='-2'><a href='diag_dns.php?host=" . trim(urlencode($host)) . "&createalias=true'>Create alias</a> out of these entries.";
} else {
- echo "<br/>Alias created with name {$newalias['name']}";
+ echo "<br/><font size='-2'>Alias created with name {$newalias['name']}";
}
}
}
OpenPOWER on IntegriCloud