Et pour ceux qui désirent une impression vraiment basique, sans photos, ni couleurs, etc. (ideal pour les imprimantes matricielles :laugh: ), il suffit de rajouter un peu de css pour le media "print" quelquepart, par exemple très simplement dans le fichier completed.pstpl :
Code:
<style type="text/css" media="print">
*{ margin:0 !important;padding:0 !important;overflow:hidden !important,float:none !important;clear:both !important}
*{ box-shadow:none !important;outline:none !important}
*{ font:12px/1.5 helvetica,"Helvetica Neue",Helvetica,Arial,sans-serif !important;color:#000 !important;font-weight:normal !important}
body { width:100% !important;padding:10px 5px 0 5px !important;height:auto !important;page-break-after:none !important}
html, body { height:auto !important;page-break-after:none !important}
div,p,table,tr,td,thead,tbody,span,ul,li,abbr, accronym, td center { text-align:left !important;border:0 !important;}
hr{ margin:0 !important}
abbr[title]:after{ content:" (" attr(title) ")"}
a[href]:after{ content:' ('attr(href)') '}
tr,td,tbody,thead{ width:auto !important}
a,button,input,img,.navigator-table,.asterisk,.navigator
{ display:none !important}
</style>