summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-16 01:28:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-16 01:28:29 +0000
commitb663705cb0666529360e1568686d6539add25a4b (patch)
tree4b05f764b3b1b588b734e432c7b63c7aefe75ec6
parent48f5ef91e6f3a8fd32c37e85844b26a5a3bbabb2 (diff)
downloadpfsense-b663705cb0666529360e1568686d6539add25a4b.zip
pfsense-b663705cb0666529360e1568686d6539add25a4b.tar.gz
Remove double <br/> ... It was not the correct fix. The correct fix was the Title
-rwxr-xr-xusr/local/www/services_captiveportal.php2
-rwxr-xr-xusr/local/www/services_captiveportal_ip.php2
-rwxr-xr-xusr/local/www/services_captiveportal_ip_edit.php4
-rwxr-xr-xusr/local/www/services_captiveportal_mac.php2
-rwxr-xr-xusr/local/www/services_captiveportal_mac_edit.php4
-rwxr-xr-xusr/local/www/services_captiveportal_users.php2
-rwxr-xr-xusr/local/www/services_captiveportal_users_edit.php2
7 files changed, 2 insertions, 16 deletions
diff --git a/usr/local/www/services_captiveportal.php b/usr/local/www/services_captiveportal.php
index ea06957..b8ca274 100755
--- a/usr/local/www/services_captiveportal.php
+++ b/usr/local/www/services_captiveportal.php
@@ -196,8 +196,6 @@ function enable_change(enable_change) {
</script>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<br/>
-<br/>
<p class="pgtitle">Services: Captive portal</p>
<form action="services_captiveportal.php" method="post" enctype="multipart/form-data" name="iform" id="iform">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
diff --git a/usr/local/www/services_captiveportal_ip.php b/usr/local/www/services_captiveportal_ip.php
index 1ce5575..b2b94b5 100755
--- a/usr/local/www/services_captiveportal_ip.php
+++ b/usr/local/www/services_captiveportal_ip.php
@@ -81,8 +81,6 @@ include("head.inc");
<?php print_info_box_np("The captive portal IP address configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
-<br/>
-<br/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
diff --git a/usr/local/www/services_captiveportal_ip_edit.php b/usr/local/www/services_captiveportal_ip_edit.php
index 0932a3f..e473e69 100755
--- a/usr/local/www/services_captiveportal_ip_edit.php
+++ b/usr/local/www/services_captiveportal_ip_edit.php
@@ -101,9 +101,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<p class="pgtitle">Services: Captive portal IP Edit</p>
- <form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform">
-<br/>
-<br/>
+ <form action="services_captiveportal_ip_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Direction</td>
diff --git a/usr/local/www/services_captiveportal_mac.php b/usr/local/www/services_captiveportal_mac.php
index a660615..1ee7cae 100755
--- a/usr/local/www/services_captiveportal_mac.php
+++ b/usr/local/www/services_captiveportal_mac.php
@@ -81,8 +81,6 @@ include("head.inc");
<?php print_info_box_np("The captive portal MAC address configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br>
<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p>
<?php endif; ?>
-<br/>
-<br/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
diff --git a/usr/local/www/services_captiveportal_mac_edit.php b/usr/local/www/services_captiveportal_mac_edit.php
index b27985a..2b8ba98 100755
--- a/usr/local/www/services_captiveportal_mac_edit.php
+++ b/usr/local/www/services_captiveportal_mac_edit.php
@@ -101,9 +101,7 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<p class="pgtitle">Services: Captive portal MAC Edit</p>
- <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
-<br/>
-<br/>
+ <form action="services_captiveportal_mac_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">MAC address</td>
diff --git a/usr/local/www/services_captiveportal_users.php b/usr/local/www/services_captiveportal_users.php
index 23970ed..e493fc2 100755
--- a/usr/local/www/services_captiveportal_users.php
+++ b/usr/local/www/services_captiveportal_users.php
@@ -70,8 +70,6 @@ include("head.inc");
<body link="#000000" vlink="#000000" alink="#000000">
<?php include("fbegin.inc"); ?>
<p class="pgtitle">Services: Captive portal Users</p>
-<br/>
-<br/>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<?php
diff --git a/usr/local/www/services_captiveportal_users_edit.php b/usr/local/www/services_captiveportal_users_edit.php
index 62a1ed0..75e5a16 100755
--- a/usr/local/www/services_captiveportal_users_edit.php
+++ b/usr/local/www/services_captiveportal_users_edit.php
@@ -140,8 +140,6 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<p class="pgtitle">Services: Captive portal Users Edit</p>
<form action="services_captiveportal_users_edit.php" method="post" name="iform" id="iform">
-<br/>
-<br/>
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="22%" valign="top" class="vncellreq">Username</td>
OpenPOWER on IntegriCloud