mirror of
https://github.com/myvesta/vesta.git
synced 2025-03-12 04:35:23 -07:00
removed tables size
This commit is contained in:
parent
2a4345acd7
commit
c64a165ce8
web/templates
@ -127,12 +127,12 @@
|
||||
</table>
|
||||
</td>
|
||||
<td rowspan=4 style="vertical-align:top;" width="350">
|
||||
<table width="350">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="counter-name">
|
||||
<?php print __('Forward to');?>:
|
||||
</td>
|
||||
<td class="counter-value" style="padding: 0 0 0 8px;" >
|
||||
<td class="counter-value">
|
||||
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -115,12 +115,12 @@
|
||||
</table>
|
||||
</td>
|
||||
<td rowspan=4 style="vertical-align:top;" width="350">
|
||||
<table width="350">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="counter-name">
|
||||
<?php print __('Forward to');?>:
|
||||
</td>
|
||||
<td class="counter-value" style="padding: 0 0 0 8px;" >
|
||||
<td class="counter-value">
|
||||
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user