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