Serghey Rodin 12 лет назад
Родитель
Сommit
c64a165ce8
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      web/templates/admin/list_mail_acc.html
  2. 2 2
      web/templates/user/list_mail_acc.html

+ 2 - 2
web/templates/admin/list_mail_acc.html

@@ -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>

+ 2 - 2
web/templates/user/list_mail_acc.html

@@ -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>