Przeglądaj źródła

update template mail

Alex Aragon 8 lat temu
rodzic
commit
845095066c

+ 2 - 2
main/template/rainbow/mail/footer.tpl

@@ -1,7 +1,7 @@
 <table border="0" cellpadding="10" cellspacing="0" width="100%">
     <tr>
-        <td style="background-color: #2C3E50; border-bottom: 1px solid #2C3E50; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);">
-            &nbsp;
+        <td style="color: #FFF; background-color: #009EE0; border-bottom: 1px solid #009EE0; box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);">
+            {{ _s.site_name }}
         </td>
     </tr>
 </table>

+ 4 - 2
main/template/rainbow/mail/header.tpl

@@ -5,8 +5,10 @@
                 <img src="{{ _p.web_css_theme ~ 'images/header-logo.png' }}" alt="{{ _s.site_name }}">
             </a>
         </td>
-        <td width="100%">
-            &nbsp;
+        <td width="100%" align="right">
+            <a href="{{ 'URLOFAJ'|get_lang }}">
+                <img src="{{ _p.web_css_theme ~ 'images/logo-ofaj.png' }}" alt="{{ _s.site_name  }}">
+            </a>
         </td>
     </tr>
 </table>

+ 1 - 1
main/template/rainbow/mail/mail.tpl

@@ -27,7 +27,7 @@
                         </td>
                     </tr>
                     <tr>
-                        <td cellpadding="0" cellspacing="0" style="padding: 40px 10px">
+                        <td cellpadding="0" cellspacing="0" style="padding: 40px 10px; border-top: 1px solid #96BD0D;">
                             {{ content }}
                         </td>
                     </tr>