Commit b260e2f05eff5f0db8e076d2a906af25bac8616f
1 parent
4d29cd8c
images
Showing
1 changed file
with
3 additions
and
6 deletions
Show diff stats
common/widgets/views/order.php
@@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
26 | <div style="text-align: center"> | 26 | <div style="text-align: center"> |
27 | <br> | 27 | <br> |
28 | <h1 style="margin: -5px 40px 10px; line-height: 1.2;">Добрый день, <?php echo $params['order']->name ?>!</h1> | 28 | <h1 style="margin: -5px 40px 10px; line-height: 1.2;">Добрый день, <?php echo $params['order']->name ?>!</h1> |
29 | - <h2 style="font-weight: 300; margin: 10px 40px 40px; line-height: 1.2;">Ваш заказ получен. В ближайшее время с Вами свяжетсяменеджер для уточнения деталей</h2> | 29 | + <h2 style="font-weight: 300; margin: 10px 40px 40px; line-height: 1.2;">Ваш заказ получен. В ближайшее время с Вами свяжется менеджер для уточнения деталей</h2> |
30 | </div> | 30 | </div> |
31 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" | 31 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" |
32 | background: #eee; border-radius: 4px; | 32 | background: #eee; border-radius: 4px; |
@@ -108,9 +108,7 @@ | @@ -108,9 +108,7 @@ | ||
108 | </table> | 108 | </table> |
109 | <div style="padding: 40px;"> | 109 | <div style="padding: 40px;"> |
110 | <center><img src="http://rukzachok.com.ua/img/logo.png"></center> | 110 | <center><img src="http://rukzachok.com.ua/img/logo.png"></center> |
111 | - <h4 style="text-align: center"> | ||
112 | - RUKZACHOK | ||
113 | - </h4> | 111 | + |
114 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" | 112 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" |
115 | width: 100%; margin: 20px 0;"> | 113 | width: 100%; margin: 20px 0;"> |
116 | <tr> | 114 | <tr> |
@@ -126,5 +124,4 @@ | @@ -126,5 +124,4 @@ | ||
126 | </div> | 124 | </div> |
127 | </div> | 125 | </div> |
128 | </body> | 126 | </body> |
129 | -</html> | ||
130 | -<?php die();?> | ||
131 | \ No newline at end of file | 127 | \ No newline at end of file |
128 | +</html> | ||
132 | \ No newline at end of file | 129 | \ No newline at end of file |