translation bug fix
[openemr.git] / templates / report / printable_default.html
blob7dbd79eed3925bb60d12a05512d170a93146e557
1 <html>
2 <head>
3 {literal}
4 <style type="text/css" title="mystyles" media="all">
5 <!--
6 td {
7 font-size:8pt;
8 font-family:helvetica;
10 a {
11 font-size:8pt;
12 font-family:helvetica;
15 -->
16 </style>
17 {/literal}
18 </head>
19 <body>
20 <table width="100%">
21 <tr>
22 <td colspan="5"><br><h2>{$title}&nbsp;&nbsp;&nbsp;&nbsp;{$smarty.now|date_format:"%A, %B %e, %Y"}</h2></td>
23 </tr>
24 <tr>
25 <td>
26 {if is_object($pager)}
27 {$pager->render($show)}
28 {/if}
29 </td>
30 </tr>
31 </table>
32 </body>
33 </html>