Modificare il file:
\Buoni-spesa-OLD\templates\titolo_print.htm
<html> <head> <title>titolo</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>titolo</h1> <table align='center' width='95%' border='0' cellpadding=3 cellspacing=2> <tr> <!--{if $column1show}--> <td><b>titolo</b></td> <!--{/if}--> </tr> {foreach from=$rowinfo item=row} <tr valign=top> <td> {$row.1titolo_value} </td> </tr> {/foreach} <!-- totals row --> </table> {include_if_exists file="include/footer.asp"} </body> </html>
[
Íàçàä
]