Modificare il file:
\Buoni-spesa-OLD\templates\transizioni_print.htm
<html> <head> <title>transizioni</title> <link REL="stylesheet" href="include/style.css" type="text/css"> </head> <body style="background:white"> {literal} <style> table { border-collapse: collapse;} td { padding: 5px; margin: 0px; border-width: 1px; border-style: solid; border-color: #000000; } </style> {/literal} {include_if_exists file="include/header.asp"} {doevent name="PrintOnLoad"} <h1>transizioni</h1> <table align='center' width='95%' border='0' cellpadding=3 cellspacing=2> <tr> <!--{if $column1show}--> <td><b>N_Buono</b></td> <td><b>importo</b></td> <td><b>data_emissione</b></td> <!--{/if}--> </tr> {foreach from=$rowinfo item=row} <tr valign=top> <td> {$row.1N_Buono_value} </td> <td> {$row.1importo_value} </td> <td> {$row.1data_emissione_value} </td> </tr> {/foreach} <!-- totals row --> </table> {include_if_exists file="include/footer.asp"} </body> </html>
[
Íàçàä
]