summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-25 13:23:36 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-25 13:23:36 -0500
commitf6a0f9829910bc040b9a0564512deb77e37a7213 (patch)
treef85d12274f338dcac5b2d4f587c5482547c44106 /usr
parent766070204d7a78dd6ddd4842f5267da9d561d960 (diff)
downloadpfsense-f6a0f9829910bc040b9a0564512deb77e37a7213.zip
pfsense-f6a0f9829910bc040b9a0564512deb77e37a7213.tar.gz
Set form field type, make URL boxes same size
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/services_captiveportal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index c7e5490..e954318 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -409,7 +409,7 @@ value="<?=htmlspecialchars($pconfig['maxprocperip']);?>"> <?=gettext("per client
<tr>
<td valign="top" class="vncell"><?=gettext("Pre-authentication redirect URL"); ?> </td>
<td class="vtable">
- <input name="preauthurl" type="text" class="formfld unknown" id="preauthurl" size="65" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
+ <input name="preauthurl" type="text" class="formfld url" id="preauthurl" size="60" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
<?php printf(gettext("Use this field to set \$PORTAL_REDIRURL\$ variable which can be accessed using your custom captive portal index.php page or error pages."));?>
</td>
</tr>
OpenPOWER on IntegriCloud