Add page numbers to PDFs, fixes #39
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Fixed page elements need to bee direct descendents of body for Dompdf -->
|
||||
<!-- see https://github.com/dompdf/dompdf/issues/1190 -->
|
||||
<img id="logo"
|
||||
@@ -201,6 +200,10 @@
|
||||
Stadtsparkasse Augsburg, DE40 7205 0000 0251 5125 13, BIC AUGSDE77XXX, Ust-IdNr. DE309558315
|
||||
</footer>
|
||||
|
||||
<pagination>
|
||||
Seite <span class="page-number"></span> / {{ $totalPages }}
|
||||
</pagination>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user