summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-23 17:57:30 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-23 17:57:30 -0400
commit7128ed1794a47166cf0706c19e05e5d9fb6394e2 (patch)
tree2185454412564ec5b39236516be1e284e2daf764 /usr/local/www
parent0a8574d96b2057994ef2a2b06551a99029d88d25 (diff)
downloadpfsense-7128ed1794a47166cf0706c19e05e5d9fb6394e2.zip
pfsense-7128ed1794a47166cf0706c19e05e5d9fb6394e2.tar.gz
Make sortable
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/services_dhcp.php2
-rwxr-xr-xusr/local/www/services_dnsmasq.php2
-rw-r--r--usr/local/www/vpn_openvpn_server.php11
3 files changed, 5 insertions, 10 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 4b76a65..c31fa96 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -799,7 +799,7 @@ include("head.inc");
</td>
</tr>
</table>
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" class="listhdrr">MAC address</td>
<td width="15%" class="listhdrr">IP address</td>
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index 55d433f..1f93e2a 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -166,7 +166,7 @@ function enable_change(enable_over) {
</tr>
</table>
&nbsp;<br>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="20%" class="listhdrr">Host</td>
<td width="25%" class="listhdrr">Domain</td>
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index c939e50..2b06f97 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -1124,7 +1124,7 @@ function netbios_change() {
<?php else: ?>
- <table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10%" class="listhdrr">Disabled</td>
<td width="10%" class="listhdrr">Protocol</td>
@@ -1173,15 +1173,10 @@ function netbios_change() {
</a>
</td>
</tr>
- <tr>
- <td colspan="4">
- <p>
- <?=gettext("Additional OpenVPN servers can be added here.");?>
- </p>
- </td>
- </tr>
</table>
+ <?=gettext("Additional OpenVPN servers can be added here.");?>
+
<? endif; ?>
</td>
OpenPOWER on IntegriCloud