Skip to content

Commit c64a165

Browse files
committed
removed tables size
1 parent 2a4345a commit c64a165

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/templates/admin/list_mail_acc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
</table>
128128
</td>
129129
<td rowspan=4 style="vertical-align:top;" width="350">
130-
<table width="350">
130+
<table>
131131
<tr>
132132
<td class="counter-name">
133133
<?php print __('Forward to');?>:
134134
</td>
135-
<td class="counter-value" style="padding: 0 0 0 8px;" >
135+
<td class="counter-value">
136136
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
137137
</td>
138138
</tr>

web/templates/user/list_mail_acc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
</table>
116116
</td>
117117
<td rowspan=4 style="vertical-align:top;" width="350">
118-
<table width="350">
118+
<table>
119119
<tr>
120120
<td class="counter-name">
121121
<?php print __('Forward to');?>:
122122
</td>
123-
<td class="counter-value" style="padding: 0 0 0 8px;" >
123+
<td class="counter-value">
124124
<?php echo str_replace(',', ', ', $data[$key]['FWD']) ?>
125125
</td>
126126
</tr>

0 commit comments

Comments
 (0)