Revision 17d5077f
Added by Evgeny Yurchenko about 14 years ago
usr/local/www/diag_dump_states.php | ||
---|---|---|
143 | 143 |
</tr> |
144 | 144 |
<tr> |
145 | 145 |
<td> |
146 |
<table class="tabcont sortable" width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
146 |
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
147 | 147 |
<thead> |
148 | 148 |
<tr> |
149 | 149 |
<th class="listhdrr" width="10%"><?=gettext("Proto");?></th> |
150 | 150 |
<th class="listhdrr" width="65"><?=gettext("Source -> Router -> Destination");?></th> |
151 | 151 |
<th class="listhdr" width="24%"><?=gettext("State");?></th> |
152 |
<th class="list sort_ignore" width="1%"></th>
|
|
152 |
<th class="list" width="1%"></th> |
|
153 | 153 |
</tr> |
154 | 154 |
</thead> |
155 | 155 |
<tbody> |
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> |
usr/local/www/firewall_aliases.php | ||
---|---|---|
160 | 160 |
<?php print_info_box_np(gettext("The alias list has been changed.") . "<br>" . gettext("You must apply the changes in order for them to take effect."));?> |
161 | 161 |
<?php endif; ?> |
162 | 162 |
|
163 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
|
163 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
|
|
164 | 164 |
<tr> |
165 | 165 |
<td width="25%" class="listhdrr"><?=gettext("Name"); ?></td> |
166 | 166 |
<td width="25%" class="listhdrr"><?=gettext("Values"); ?></td> |
usr/local/www/services_dnsmasq.php | ||
---|---|---|
177 | 177 |
</tr> |
178 | 178 |
</table> |
179 | 179 |
<br> |
180 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable">
|
|
180 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
|
|
181 | 181 |
<thead> |
182 | 182 |
<tr> |
183 | 183 |
<td width="20%" class="listhdrr"><?=gettext("Host");?></td> |
... | ... | |
242 | 242 |
</tr> |
243 | 243 |
</table> |
244 | 244 |
<br> |
245 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="sortable">
|
|
245 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
|
|
246 | 246 |
<thead> |
247 | 247 |
<tr> |
248 | 248 |
<td width="35%" class="listhdrr"><?=gettext("Domain");?></td> |
usr/local/www/services_wol.php | ||
---|---|---|
156 | 156 |
<br> |
157 | 157 |
<?=gettext("Wake all clients at once: ");?><a href="services_wol.php?wakeall=true"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_wol_all.gif" width="17" height="17" border="0"></a><p/> |
158 | 158 |
<?=gettext("Or Click the MAC address to wake up an individual device:");?> |
159 |
<table width="100%" border="0" cellpadding="0" cellspacing="0"> |
|
159 |
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tabcont">
|
|
160 | 160 |
<tr> |
161 | 161 |
<td width="15%" class="listhdrr"><?=gettext("Interface");?></td> |
162 | 162 |
<td width="25%" class="listhdrr"><?=gettext("MAC address");?></td> |
usr/local/www/vpn_openvpn_client.php | ||
---|---|---|
850 | 850 |
|
851 | 851 |
<?php else: ?> |
852 | 852 |
|
853 |
<table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
853 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
854 | 854 |
<thead> |
855 | 855 |
<tr> |
856 | 856 |
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td> |
usr/local/www/vpn_openvpn_server.php | ||
---|---|---|
1369 | 1369 |
|
1370 | 1370 |
<?php else: ?> |
1371 | 1371 |
|
1372 |
<table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
1372 |
<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
|
|
1373 | 1373 |
<thead> |
1374 | 1374 |
<tr> |
1375 | 1375 |
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td> |
Also available in: Unified diff
Restoring gray background to the right of some tables in GUI.