summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-21 01:28:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-21 01:28:43 +0000
commit14d2d21bc14969546917070f01291126a28149f3 (patch)
tree740fa6d1ef499d29d3c5bd11af7b4ce87c96c377 /etc
parenta515d275016f55ebe2467c8892ff1a45bfa6d1a8 (diff)
downloadpfsense-14d2d21bc14969546917070f01291126a28149f3.zip
pfsense-14d2d21bc14969546917070f01291126a28149f3.tar.gz
* Center continue button
* <p> in between default text and login box
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/captiveportal.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index c475a07..ebf6271 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -86,16 +86,18 @@ function captiveportal_configure() {
<center>
<h2>pfSense captive portal</h2>
Welcome to the pfSense Captive Portal! This is the default page since a custom page has not been defined.
+<p>
<form method="post" action="\$PORTAL_ACTION\$">
<input name="redirurl" type="hidden" value="\$PORTAL_REDIRURL\$">
<table>
<tr><td>Username:</td><td><input name="auth_user" type="text"></td></tr>
<tr><td>Password:</td><td><input name="auth_pass" type="password"></td></tr>
<tr><td>&nbsp;</td></tr>
- <tr><td colspan="2">
- <input name="accept" type="submit" value="Continue">
-
- </td></tr>
+ <tr>
+ <td colspan="2">
+ <center><input name="accept" type="submit" value="Continue"></center>
+ </td>
+ </tr>
</table>
</center>
</form>
OpenPOWER on IntegriCloud