Blame view

src/Template/Element/menu_form.ctp 332 Bytes
4260780b   Alexandre   Migration vue, co...
1
2
3
4
<h3 style="margin-top: 20px;"><?php echo $pluralHumanName;?></h3>
<ul>
	<li>
		<?php
63c3cb16   epallier   Nombreux petits b...
5
6
7
8
9
10
11
12
13
/**
 * 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
]);
?>
4260780b   Alexandre   Migration vue, co...
14
15
	</li>
</ul>