PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
1.1 KiB

{capture name="headerRelatorio" assign="headerRelatorio"}
<div class="printableArea">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="printOnly" style="position:fixed;top:0;left:0;">
<tr>
{*<td width="40"><img src="{$logoRelatorio}" width="40" alt=""/></td>*}
<td width="80%" align="center" style="text-align: center;"></td>
<td width="auto" align="right" style="text-align: right;"><span
style="font-size:10px;text-align: right;float:right">{$filtros}</span></td>
</tr>
</table>
{/capture}
{capture name="footerRelatorio" assign="footerRelatorio"}
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="printOnly" style="position:fixed;bottom:0;right:0;">
<tr>
<td align="right"><span style="font-size:10px;text-align: right">{$rodapeRelatorio}</span></td>
</tr>
</table>
</div>
{/capture}
{$smarty.capture.headerRelatorio}
{$smarty.capture.pdf}
{$smarty.capture.footerRelatorio}