diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-01-25 13:23:36 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-01-25 13:23:36 -0500 |
commit | f6a0f9829910bc040b9a0564512deb77e37a7213 (patch) | |
tree | f85d12274f338dcac5b2d4f587c5482547c44106 | |
parent | 766070204d7a78dd6ddd4842f5267da9d561d960 (diff) | |
download | pfsense-f6a0f9829910bc040b9a0564512deb77e37a7213.zip pfsense-f6a0f9829910bc040b9a0564512deb77e37a7213.tar.gz |
Set form field type, make URL boxes same size
-rwxr-xr-x | usr/local/www/services_captiveportal.php | 2 |
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> |