mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove comments from designsđ
This commit is contained in:
parent
b40d2bc50b
commit
6796f7876d
@ -143,7 +143,7 @@
|
||||
</head>
|
||||
|
||||
<div class="header-wrapper" id="header">
|
||||
<div><!-- Empty space placeholder--></div>
|
||||
<div></div>
|
||||
|
||||
<div id="company-details"></div>
|
||||
<div id="company-address"></div>
|
||||
@ -169,5 +169,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -201,5 +201,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -1,4 +1,3 @@
|
||||
<!-- Template: Clean -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head id="head">
|
||||
@ -155,11 +154,9 @@
|
||||
<div id="client-details"></div>
|
||||
</div>
|
||||
|
||||
<!-- product_table -->
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -165,5 +165,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -204,5 +204,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -187,12 +187,10 @@
|
||||
<tr>
|
||||
<td class="page-footer-cell">
|
||||
<div class="footer-info">
|
||||
<div style="margin-top: 195px">
|
||||
<!-- An offset div to space out table from footer -->
|
||||
</div>
|
||||
<div style="margin-top: 195px"></div>
|
||||
<div class="footer-wrapper" id="footer">
|
||||
<div class="footer-content">
|
||||
<div><!-- Placeholder for offset --></div>
|
||||
<div></div>
|
||||
<div id="company-details"></div>
|
||||
<div id="company-address"></div>
|
||||
</div>
|
||||
|
@ -135,5 +135,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
@ -158,9 +158,7 @@
|
||||
alt="$company.name logo"
|
||||
/>
|
||||
|
||||
<div>
|
||||
<!-- Placeholder for empty space -->
|
||||
</div>
|
||||
<div></div>
|
||||
|
||||
<div class="entity-details-wrapper">
|
||||
<table id="entity-details" cellspacing="0"></table>
|
||||
@ -187,5 +185,5 @@
|
||||
<div id="product-table-footer" cellspacing="0"></div>
|
||||
</body>
|
||||
|
||||
<div id="footer"><!-- Your footer content here --></div>
|
||||
<div id="footer"></div>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user