Add in recipient email table
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr tal:repeat="item array_2d">
|
||||
<td tal:repeat="cell item">${cell}<span tal:condition="repeat.cell.index == 2">%</span></td>
|
||||
<td tal:repeat="cell item">${cell}</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
</div>
|
@@ -173,7 +173,8 @@
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<!--
|
||||
<p class="cssvalid">
|
||||
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
||||
<img style="border:0;width:88px;height:31px"
|
||||
@@ -187,6 +188,7 @@
|
||||
src="http://www.w3.org/Icons/valid-xhtml10"
|
||||
alt="Valid XHTML 1.0!" height="31" width="88" /></a>
|
||||
</p>
|
||||
-->
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Reference in New Issue
Block a user