Revision f6a0f982
Added by Scott Ullrich over 14 years ago
usr/local/www/services_captiveportal.php | ||
---|---|---|
409 | 409 |
<tr> |
410 | 410 |
<td valign="top" class="vncell"><?=gettext("Pre-authentication redirect URL"); ?> </td> |
411 | 411 |
<td class="vtable"> |
412 |
<input name="preauthurl" type="text" class="formfld unknown" id="preauthurl" size="65" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
|
|
412 |
<input name="preauthurl" type="text" class="formfld url" id="preauthurl" size="60" value="<?=htmlspecialchars($pconfig['preauthurl']);?>"><br>
|
|
413 | 413 |
<?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."));?> |
414 | 414 |
</td> |
415 | 415 |
</tr> |
Also available in: Unified diff
Set form field type, make URL boxes same size