Files
solidtime/resources/views/reports/time-entry-index-footer.blade.php

16 lines
237 B
PHP

<html>
<head>
<style>
body {
font-size: 12px;
margin: auto 20px;
}
</style>
</head>
<body>
<p>
<span class="pageNumber"></span> of <span class="totalPages"></span>
</p>
</body>
</html>