mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Put in the #footer of templates
This commit is contained in:
parent
0a3bd01ef2
commit
540b184888
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user