Blame view

src/Template/Fichemetrologiques/view.ctp 328 Bytes
b3dceb2a   Alexis Proust   Ajout nouveaux fi...
1
2

<div class="suivis view">
63c3cb16   epallier   Nombreux petits b...
3
4
	<h2>Détail fiche metrologique</h2>
	<table style="margin-bottom: 30px;">
b3dceb2a   Alexis Proust   Ajout nouveaux fi...
5
6
	</table>

63c3cb16   epallier   Nombreux petits b...
7

b3dceb2a   Alexis Proust   Ajout nouveaux fi...
8
9
</div>

b2dade50   Prugniel   modifs Jeanne boo...
10
<!--
63c3cb16   epallier   Nombreux petits b...
11
<div class="actions">
b2dade50   Prugniel   modifs Jeanne boo...
12
13
			<php echo $this->element('menu') ?>
			<php
63c3cb16   epallier   Nombreux petits b...
14
15
16
17
18

echo $this->element('menu_index', [
    'pluralHumanName' => 'Matériels',
    'singularHumanName' => 'Matériel'
])?>
b2dade50   Prugniel   modifs Jeanne boo...
19
20
		</div>
-->