Exemple #1
0
    ?>
" href="commande.php?statut=<?php 
    echo Commande::EXPEDIE;
    ?>
">Exp&eacute;di&eacute;es <span class="badge badge-warning"><?php 
    echo $statAdmin->getNbCommandSend();
    ?>
</span></a></li>
                                    <li role="menuitem"><a data-target="commande.php?statut=<?php 
    echo Commande::ANNULE;
    ?>
" href="commande.php?statut=<?php 
    echo Commande::ANNULE;
    ?>
">Annul&eacute;es <span class="badge badge-warning"><?php 
    echo $statAdmin->getNbCommandCanceled();
    ?>
</span></a></li>
                                    <li role="menuitem"><a data-target="commande_creer.php" href="commande_creer.php"><?php 
    echo trad('Create_order', 'admin');
    ?>
</a></li>
                                </ul>
                            </li>
                        <?php 
}
?>
                        <?php 
if (est_autorise("acces_catalogue")) {
    ?>
                            <li class="<?php 
Exemple #2
0
					<td><?php 
    echo trad('Commandes_envoye', 'admin');
    ?>
</td>
                                        <td><?php 
    echo $stat->getNbCommandSend();
    ?>
</td>
				</tr>
				<tr>
					<td><?php 
    echo trad('Commandes_annulees', 'admin');
    ?>
</td>
                                        <td><?php 
    echo $stat->getNbCommandCanceled();
    ?>
</td>
				</tr>
				<?php 
}
?>
                        </table>
                        </div>
		</div>
<?php 
if (est_autorise("acces_commandes")) {
    ?>
		<div class="span4">
			<h3>Statistiques de vente</h3>
			<ul class="nav nav-tabs" id="myTab">