summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_openvpn_server.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-20 15:29:23 -0400
committerjim-p <jimp@pfsense.org>2010-09-20 15:29:58 -0400
commit80fa045a8a653a75e928fda927da2cdf6f57163a (patch)
tree75b0615a774d1c92cea63c27b823d572ec2da7db /usr/local/www/vpn_openvpn_server.php
parentaf799b48b67cff7cde33c5b43a9aeb060c4f5e69 (diff)
downloadpfsense-80fa045a8a653a75e928fda927da2cdf6f57163a.zip
pfsense-80fa045a8a653a75e928fda927da2cdf6f57163a.tar.gz
Properly segment the OpenVPN server list table so it will sort properly.
Diffstat (limited to 'usr/local/www/vpn_openvpn_server.php')
-rw-r--r--usr/local/www/vpn_openvpn_server.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index 4eec76d..e3dc858 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -1215,6 +1215,7 @@ function netbios_change() {
<?php else: ?>
<table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <thead>
<tr>
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td>
<td width="10%" class="listhdrr"><?=gettext("Protocol / Port"); ?></td>
@@ -1222,6 +1223,8 @@ function netbios_change() {
<td width="40%" class="listhdrr"><?=gettext("Description"); ?></td>
<td width="10%" class="list"></td>
</tr>
+ </thead>
+ <tbody>
<?php
$i = 0;
foreach($a_server as $server):
@@ -1256,6 +1259,8 @@ function netbios_change() {
$i++;
endforeach;
?>
+ </tbody>
+ <tfoot>
<tr>
<td class="list" colspan="4"></td>
<td class="list">
@@ -1263,6 +1268,7 @@ function netbios_change() {
</a>
</td>
</tr>
+ </tfoot>
</table>
<?=gettext("Additional OpenVPN servers can be added here.");?>
OpenPOWER on IntegriCloud