Files
solidtime/resources/views/reports/time-entry-aggregate/pdf-footer.blade.php
2024-12-09 12:57:25 +01:00

21 lines
489 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<style>
.page-number {
position: absolute;
bottom: 0;
left: 0;
font-size: 12px;
margin-left: 46px;
margin-bottom: 40px;
}
</style>
</head>
<body>
<div class="page-number">
Page <span class="pageNumber"></span> of <span class="totalPages"></span>
</div>
</body>
</html>