paniers/public_html_admin/templates/livraisons/prints/livraison_print_compo.tpl

22 lines
672 B
Smarty

<head>
{foreach from=$cssFiles item=file}
<link href="{$file}" rel="stylesheet" media="all">
{/foreach}
</head>
<body class="printLivraison">
<!-- COMPOSITION -->
<div class="formLivraison">
<table class="printHeader">
<tr>
<th class="titre">
LIVRAISON {$infos.paniers_groupe_nom|upper}<br/>
{$infos.date_long_print}
</th>
<th class="page">COMPOSITION DES PANIERS</th>
<th class="logo"><img src="{$logo}"></th>
</tr>
</table>
{include file='livraisons/livraison_modal_view_tab_compo.tpl'}
</div>
</body>