summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-17 12:52:26 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-17 12:52:26 +0100
commit9498c8d7280f59b5ff15dd12b50dfd5ca3273c89 (patch)
treed61b0e86934719e9d577b52bb424de770c137170 /usr/local/www/system_gateways_edit.php
parentc271c485ea62a4ecca2136c1d8c9400bd0f2bd09 (diff)
downloadpfsense-9498c8d7280f59b5ff15dd12b50dfd5ca3273c89.zip
pfsense-9498c8d7280f59b5ff15dd12b50dfd5ca3273c89.tar.gz
Fix field lengths for IPv6 addresses
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 6eef520..02fac7c 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -354,7 +354,7 @@ function show_advanced_gateway() {
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Gateway"); ?></td>
<td width="78%" class="vtable">
- <input name="gateway" type="text" class="formfld host" id="gateway" size="40" value="<?php if ($pconfig['dynamic']) echo "dynamic"; else echo $pconfig['gateway']; ?>">
+ <input name="gateway" type="text" class="formfld host" id="gateway" size="28" value="<?php if ($pconfig['dynamic']) echo "dynamic"; else echo $pconfig['gateway']; ?>">
<br> <span class="vexpl"><?=gettext("Gateway IP address"); ?></span></td>
</tr>
<tr>
@@ -374,7 +374,7 @@ function show_advanced_gateway() {
else
$monitor = htmlspecialchars($pconfig['monitor']);
?>
- <input name="monitor" type="text" id="monitor" value="<?php echo $monitor; ?>" />
+ <input name="monitor" type="text" id="monitor" value="<?php echo $monitor; ?>" size="28" />
<strong><?=gettext("Alternative monitor IP"); ?></strong> <br />
<?=gettext("Enter an alternative address here to be used to monitor the link. This is used for the " .
"quality RRD graphs as well as the load balancer entries. Use this if the gateway does not respond " .
OpenPOWER on IntegriCloud