summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Yurchenko <ey@tm-k.com>2011-06-05 16:09:59 -0400
committerEvgeny Yurchenko <ey@tm-k.com>2011-06-05 16:09:59 -0400
commit79633b6c1886aeb71d236d2702d15cd050377833 (patch)
tree51f26f3d7e9c3d2a87826d456e17eabf752de727
parent8527bc02a6b8b1ce89dbeeb0e333747419224b90 (diff)
downloadpfsense-79633b6c1886aeb71d236d2702d15cd050377833.zip
pfsense-79633b6c1886aeb71d236d2702d15cd050377833.tar.gz
Reverting class="sortable" damaged by commit 17d5077f61d963178f47e016b8768b768800ba68
-rwxr-xr-xusr/local/www/diag_dump_states.php4
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php5
-rwxr-xr-xusr/local/www/services_dnsmasq.php4
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
-rw-r--r--usr/local/www/vpn_openvpn_server.php2
5 files changed, 9 insertions, 8 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index c931173..a8671c1 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -143,13 +143,13 @@ include("head.inc");
</tr>
<tr>
<td>
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+ <table class="tabcont sortable" width="100%" border="0" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th class="listhdrr" width="10%"><?=gettext("Proto");?></th>
<th class="listhdrr" width="65"><?=gettext("Source -> Router -> Destination");?></th>
<th class="listhdr" width="24%"><?=gettext("State");?></th>
- <th class="list" width="1%"></th>
+ <th class="list sort_ignore" width="1%"></th>
</tr>
</thead>
<tbody>
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index ad6749a..4de5a7f 100755
--- a/usr/local/www/diag_ipsec_spd.php
+++ b/usr/local/www/diag_ipsec_spd.php
@@ -80,7 +80,7 @@ $spd = ipsec_dump_spd();
<tr>
<td>
<div id="mainarea" style="background:#eeeeee">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php if (count($spd)): ?>
<tr>
<td nowrap class="listhdrr"><?= gettext("Source"); ?></td>
@@ -112,7 +112,8 @@ $spd = ipsec_dump_spd();
</tr>
<?php endforeach; ?>
</table>
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6">
+ <br>
+ <table class="tabcont" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="16"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_in.gif" width="11" height="11"></td>
<td><?= gettext("incoming (as seen by firewall)"); ?></td>
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index a0e32d0..defb275 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -177,7 +177,7 @@ function enable_change(enable_over) {
</tr>
</table>
&nbsp;<br>
-<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable">
<thead>
<tr>
<td width="20%" class="listhdrr"><?=gettext("Host");?></td>
@@ -242,7 +242,7 @@ function enable_change(enable_over) {
</tr>
</table>
&nbsp;<br>
-<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable">
<thead>
<tr>
<td width="35%" class="listhdrr"><?=gettext("Domain");?></td>
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index eb9e078..97b7769 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -854,7 +854,7 @@ if ($savemsg)
<?php else: ?>
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td>
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index 17641ad..b08c481 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -1377,7 +1377,7 @@ if ($savemsg)
<?php else: ?>
- <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td>
OpenPOWER on IntegriCloud