mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Added footer to designs
This commit is contained in:
parent
50c37a8719
commit
4b6c2bff4c
@ -134,5 +134,7 @@
|
||||
</div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -159,5 +159,7 @@
|
||||
</div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!-- Template: Clean -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@ -131,5 +132,7 @@
|
||||
|
||||
<!-- product_table -->
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -130,5 +130,7 @@
|
||||
</div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -154,6 +154,8 @@
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
|
||||
<p class="thanks-label">$thanks_label!</p>
|
||||
<hr class="double-border" />
|
||||
</body>
|
||||
|
@ -184,5 +184,7 @@
|
||||
</div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -145,6 +145,8 @@
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
</div>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
|
||||
<div class="footer-wrapper">
|
||||
<div>
|
||||
<!-- Placeholder for offset -->
|
@ -94,7 +94,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header-wrapper">
|
||||
<div class="header-wrapper" id="header">
|
||||
<p>$company.name</p>
|
||||
|
||||
<div id="company-address"></div>
|
||||
@ -113,5 +113,7 @@
|
||||
<div id="client-details"></div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -167,5 +167,7 @@
|
||||
</div>
|
||||
|
||||
<table id="product-table" cellspacing="0"></table>
|
||||
|
||||
<footer id="footer"></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,8 +0,0 @@
|
||||
<!-- Business -->
|
||||
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
|
||||
|
||||
<body class="m-10">
|
||||
<div id="header">$title</div>
|
||||
<table id="product-table"></table>
|
||||
<div id="footer">My awesome footer</div>
|
||||
</body>
|
31
tests/Feature/PdfMaker/example.html
Normal file
31
tests/Feature/PdfMaker/example.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!-- Template: Example -->
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="header">$company.name</div>
|
||||
|
||||
<img
|
||||
src="https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-blk-vertical-1.png"
|
||||
alt="Invoice Ninja logo"
|
||||
/>
|
||||
|
||||
<div id="company-details"></div>
|
||||
|
||||
<div id="company-address"></div>
|
||||
|
||||
<div id="client-details"></div>
|
||||
|
||||
<table id="entity-details"></table>
|
||||
|
||||
<table id="product-table"></table>
|
||||
|
||||
<div id="footer">
|
||||
my awesome footer
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user