Blame view

tests/_testStuff/StuffForEventTemplateManager/dynamicBody.php 813 Bytes
f7818cdf   Administrator   change request to...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  <tr>
      <td valign="middle">
          <a href="{{item_url}}">
              <img style="max-width: 51px; max-height: 50px; vertical-align: middle;" src="{{item_image}}" />
          </a>
      </td>
      <td width="10"></td>
      <td>
          <table cellspacing="0" cellpadding="0" border="0">
              <tr>
                  <td><a href="{{item_url}}" style="text-decoration: none; color: #00aeef; font-size: 19px; font-family: calibri; font-weight: bold;">{{item_name}}</a></td>
              </tr>
              <tr>
                  <td style="color: #333333; font-size: 16px; font-family: calibri;"><span style="font-weight: bold;">{{quantity}}шт</span> по цене <span style="font-weight: bold;">{{price}}  грн</span></td>
              </tr>
          </table>
      </td>
  </tr>
  <tr>
      <td height="10"></td>
  </tr>