summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dns.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-09 22:55:18 +0545
committerPhil Davis <phil.davis@inf.org>2015-03-09 22:55:18 +0545
commite185c5846a35963259e774562982773031cbb174 (patch)
tree484a3d03b13a7a6c5710c9462f9e4780884323b2 /usr/local/www/diag_dns.php
parent261f727120eb57ee1274830fd2b999e3eb826593 (diff)
downloadpfsense-e185c5846a35963259e774562982773031cbb174.zip
pfsense-e185c5846a35963259e774562982773031cbb174.tar.gz
Pencil symbols
These are places in the GUI where the cursor sits not in the far left side of the input box and there is odd-looking white space to the left of the cursor. Normally there would be a little input graphic in the white space to the left of the cursor (a pencil, a computer screen, a lock symbol...) This change makes the pencil be displayed in all those places.
Diffstat (limited to 'usr/local/www/diag_dns.php')
-rw-r--r--usr/local/www/diag_dns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_dns.php b/usr/local/www/diag_dns.php
index a4368cd..d99c5ba 100644
--- a/usr/local/www/diag_dns.php
+++ b/usr/local/www/diag_dns.php
@@ -187,7 +187,7 @@ include("head.inc"); ?>
<?=$mandfldhtml;?>
<table summary="results">
<tr><td valign="top">
- <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
+ <input name="host" type="text" class="formfld unknown" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
</td>
<?php if ($resolved && $type) { ?>
<td valign="middle">&nbsp;=&nbsp;</td><td>
OpenPOWER on IntegriCloud