removed tables size

This commit is contained in:
Serghey Rodin 2013-06-08 01:48:31 +03:00
commit c64a165ce8
2 changed files with 4 additions and 4 deletions

View file

@ -127,12 +127,12 @@
</table> </table>
</td> </td>
<td rowspan=4 style="vertical-align:top;" width="350"> <td rowspan=4 style="vertical-align:top;" width="350">
<table width="350"> <table>
<tr> <tr>
<td class="counter-name"> <td class="counter-name">
<?php print __('Forward to');?>: <?php print __('Forward to');?>:
</td> </td>
<td class="counter-value" style="padding: 0 0 0 8px;" > <td class="counter-value">
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?> <?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
</td> </td>
</tr> </tr>

View file

@ -115,12 +115,12 @@
</table> </table>
</td> </td>
<td rowspan=4 style="vertical-align:top;" width="350"> <td rowspan=4 style="vertical-align:top;" width="350">
<table width="350"> <table>
<tr> <tr>
<td class="counter-name"> <td class="counter-name">
<?php print __('Forward to');?>: <?php print __('Forward to');?>:
</td> </td>
<td class="counter-value" style="padding: 0 0 0 8px;" > <td class="counter-value">
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?> <?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
</td> </td>
</tr> </tr>