summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_captiveportal_ip_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-07-28 03:18:23 -0400
committerChris Buechler <cmb@pfsense.org>2010-07-28 03:18:23 -0400
commit23b517ab6033db36a08b3f22f530122ec98aabd9 (patch)
tree139ac3467182a25deae1bc5898ada02eef404d68 /usr/local/www/services_captiveportal_ip_edit.php
parentd83dccfff97f6354644deb863c6b8508656b9f84 (diff)
downloadpfsense-23b517ab6033db36a08b3f22f530122ec98aabd9.zip
pfsense-23b517ab6033db36a08b3f22f530122ec98aabd9.tar.gz
fix several cosmetic issues. add an icon type for the "both" direction, fix icons for other directions
Diffstat (limited to 'usr/local/www/services_captiveportal_ip_edit.php')
-rwxr-xr-xusr/local/www/services_captiveportal_ip_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php
index 633900d..e6eab55 100755
--- a/usr/local/www/services_captiveportal_ip_edit.php
+++ b/usr/local/www/services_captiveportal_ip_edit.php
@@ -174,13 +174,13 @@ include("head.inc");
<td width="22%" valign="top" class="vncellreq">IP address</td>
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="ip" type="text" class="formfld unknown" id="ip" size="17" value="<?=htmlspecialchars($pconfig['ip']);?>">
- <select name='sn' class="formselect" id='sn'>
+ /<select name='sn' class="formselect" id='sn'>
<?php for ($i = 32; $i >= 1; $i--): ?>
<option value="<?=$i;?>" <?php if ($i == $pconfig['sn']) echo "selected"; ?>><?=$i;?></option>
<?php endfor; ?>
</select>
<br>
- <span class="vexpl">IP address</span></td>
+ <span class="vexpl">IP address and subnet mask. Use /32 for a single IP.</span></td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Description</td>
OpenPOWER on IntegriCloud