Revision 17d5077f
Added by Evgeny Yurchenko about 14 years ago
usr/local/www/diag_ipsec_spd.php | ||
---|---|---|
80 | 80 |
<tr> |
81 | 81 |
<td> |
82 | 82 |
<div id="mainarea" style="background:#eeeeee"> |
83 |
<table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
|
|
83 |
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0"> |
|
84 | 84 |
<?php if (count($spd)): ?> |
85 | 85 |
<tr> |
86 | 86 |
<td nowrap class="listhdrr"><?= gettext("Source"); ?></td> |
... | ... | |
112 | 112 |
</tr> |
113 | 113 |
<?php endforeach; ?> |
114 | 114 |
</table> |
115 |
<br> |
|
116 |
<table class="tabcont" border="0" cellspacing="0" cellpadding="6"> |
|
115 |
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6"> |
|
117 | 116 |
<tr> |
118 | 117 |
<td width="16"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_in.gif" width="11" height="11"></td> |
119 | 118 |
<td><?= gettext("incoming (as seen by firewall)"); ?></td> |
Also available in: Unified diff
Restoring gray background to the right of some tables in GUI.