re-implemented rendering of document
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
<span class="right"><? document.date ?></span>
|
||||
</h2>
|
||||
<hr/>
|
||||
<div class="head"><? document.head ?></div>
|
||||
<div class="head"><? document.head.rendered ?></div>
|
||||
<table>
|
||||
<tr>
|
||||
<th><? Position ?></th>
|
||||
@@ -165,7 +165,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><? optional ?></td>
|
||||
<td colspan="5" class="description"><? description ?></td>
|
||||
<td colspan="5" class="description"><? description.rendered ?></td>
|
||||
</tr>
|
||||
|
||||
<!-- positions -->
|
||||
@@ -191,7 +191,7 @@
|
||||
<th class="right"><? document.gross_sum ?></th>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="foot"><? document.footer ?></div>
|
||||
<div class="foot"><? document.footer.rendered ?></div>
|
||||
<table class="bottom">
|
||||
<tr>
|
||||
<td><? document.sender.name ?></td>
|
||||
|
||||
Reference in New Issue
Block a user