Put in the #footer of templates

This commit is contained in:
Benjamin Beganović 2021-04-25 15:17:47 +02:00
parent 0a3bd01ef2
commit 540b184888
9 changed files with 9 additions and 9 deletions

View File

@ -239,7 +239,7 @@
<td class="page-footer-cell">
<div class="footer-wrapper" id="footer">
<div>
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>
<div> <!-- #2 column --> </div>
<div> <!-- #3 column --> </div>

View File

@ -257,5 +257,5 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -223,5 +223,5 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -221,5 +221,5 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -221,6 +221,6 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -258,5 +258,5 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -248,7 +248,7 @@
<div class="footer-wrapper" id="footer">
<div class="footer-content">
<div>
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>
<div id="company-details"></div>
<div id="company-address"></div>

View File

@ -185,5 +185,5 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer</p>
</div>

View File

@ -281,6 +281,6 @@
</div>
<div id="footer">
<p data-ref="total_table-public_notes">$entity.public_notes</p>
<p data-ref="total_table-footer">$entity_footer/p>
</div>