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 | 26 | <div style="text-align: center"> |
27 | 27 | <br> |
28 | 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 | 30 | </div> |
31 | 31 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" |
32 | 32 | background: #eee; border-radius: 4px; |
... | ... | @@ -108,9 +108,7 @@ |
108 | 108 | </table> |
109 | 109 | <div style="padding: 40px;"> |
110 | 110 | <center><img src="http://rukzachok.com.ua/img/logo.png"></center> |
111 | - <h4 style="text-align: center"> | |
112 | - RUKZACHOK | |
113 | - </h4> | |
111 | + | |
114 | 112 | <table cellpadding="0" cellspacing="0" border="0" valign="top" style=" |
115 | 113 | width: 100%; margin: 20px 0;"> |
116 | 114 | <tr> |
... | ... | @@ -126,5 +124,4 @@ |
126 | 124 | </div> |
127 | 125 | </div> |
128 | 126 | </body> |
129 | -</html> | |
130 | -<?php die();?> | |
131 | 127 | \ No newline at end of file |
128 | +</html> | |
132 | 129 | \ No newline at end of file | ... | ... |