Current File : /home/karenpetzb/application/modules/backoffice/views/scripts/prestashop/index.phtml |
<div class="table-box">
<table class="table">
<thead>
<tr>
<th colspan="2" class="col-md-4" ><?php echo $this->titlePage; ?></th>
</tr>
</thead>
<tbody>
<?php echo $this->render("alert_tr.phtml"); ?>
<tr >
<td class="col-md-12 text-center" colspan="2"><h5>Exportation des donn�es vers Prestashop</h5></td>
</tr>
<tr >
<td class="col-md-5">Vous pouvez importer toutes les donn�es dans Prestashop -> Outils -> Importation de donn�es</td>
<td class="col-md-7">
<div class="btn-group">
<a href="<?php echo $this->baseUrl; ?>/backoffice/prestashop/exportcategories" class="btn btn-success"><i class="glyphicon glyphicon-open"></i> Exporter les Familles articles</a>
<a href="<?php echo $this->baseUrl; ?>/backoffice/prestashop/exportfournisseurs" class="btn btn-success"><i class="glyphicon glyphicon-open"></i> Exporter les Fournisseurs</a>
<a href="<?php echo $this->baseUrl; ?>/backoffice/prestashop/exportclients" class="btn btn-success"><i class="glyphicon glyphicon-open"></i> Exporter les Clients</a>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="clearfix"></div>