summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ping.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-03-09 22:55:18 +0545
committerRenato Botelho <garga@FreeBSD.org>2015-03-11 08:28:33 -0300
commit90c39f4e3f9164be39196a617c3b412b80cc7dfe (patch)
tree5db1fdf308f869031d53b4beeca06ed4471d9d92 /usr/local/www/diag_ping.php
parentbf57f6ba35039d60dea82534ced7075528bc5ed4 (diff)
downloadpfsense-90c39f4e3f9164be39196a617c3b412b80cc7dfe.zip
pfsense-90c39f4e3f9164be39196a617c3b412b80cc7dfe.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_ping.php')
-rw-r--r--usr/local/www/diag_ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php
index 6d0afa2..bc60f71 100644
--- a/usr/local/www/diag_ping.php
+++ b/usr/local/www/diag_ping.php
@@ -99,7 +99,7 @@ include("head.inc"); ?>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Host"); ?></td>
<td width="78%" class="vtable">
- <?=$mandfldhtml;?><input name="host" type="text" class="formfldunknown" id="host" size="20" value="<?=htmlspecialchars($host);?>" /></td>
+ <?=$mandfldhtml;?><input name="host" type="text" class="formfld unknown" id="host" size="20" value="<?=htmlspecialchars($host);?>" /></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("IP Protocol"); ?></td>
OpenPOWER on IntegriCloud