1 2 3 4 5 6 7 8 9 10 11 12 13
<h3 style="margin-top: 20px;"><?php echo $pluralHumanName;?></h3> <ul> <li> <?php /** * app/Elements/menu_form.ctp * Left menu bar definition * Button "Retour a la liste" */ echo $this->Html->link ('<i class="icon-arrow-left"></i> Retour', 'javascript:window.history.go(-1)', ['escape' => false]); ?> </li> </ul>