Current File : /home/karenpetzb/application/modules/default/views/scripts/commande/devis.phtml
<div class="col-xs-6 col-xs-offset-3 alert alert-success text-center hidden-print"  >
	Votre devis a �t� prise en compte
</div>
<div class="col-xs-12" style="margin-top: 20px; margin-bottom: 20px;">
	<div class="col-xs-6 text-center "><a class="btn btn-primary hidden-print" href="<?php echo $this->baseUrl; ?>/">Retourner � la page d'accueil</a></div>
	<div class="col-xs-6 text-center "><a class="btn btn-default" onclick="window.print();return false;" href="<?php echo $this->baseUrl; ?>/"><span class="fa fa-print"></span> Imprimer</a></div>
</div>

<?php echo $this->render("/commande/facture.phtml"); ?>