menu_form.ctp
344 Bytes
<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>