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

22 lines
693 B
Smarty

<head>
{foreach from=$cssFiles item=file}
<link href="{$file}" rel="stylesheet" media="all">
{/foreach}
</head>
<body class="printLivraison" orientation="{$orientation}">
<!-- PANIERS -->
<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">LISTE DES PANIERS</th>
<th class="logo"><img src="{$logo}"></th>
</tr>
</table>
{include file='livraisons/livraison_modal_view_tab_paniers.tpl'}
</div>
</body>