summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_rfc2136_edit.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/services_rfc2136_edit.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/services_rfc2136_edit.php')
-rw-r--r--usr/local/www/services_rfc2136_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_rfc2136_edit.php b/usr/local/www/services_rfc2136_edit.php
index 218d10f..523042c 100644
--- a/usr/local/www/services_rfc2136_edit.php
+++ b/usr/local/www/services_rfc2136_edit.php
@@ -188,7 +188,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Server");?></td>
<td width="78%" class="vtable">
- <input name="server" type="text" class="formfld" id="server" size="30" value="<?=htmlspecialchars($pconfig['server'])?>" />
+ <input name="server" type="text" class="formfld unknown" id="server" size="30" value="<?=htmlspecialchars($pconfig['server'])?>" />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud