Blame view

src/Template/TypeDocuments/add.ctp 491 Bytes
64fba1a2   Alexandre   Base du projet : ...
1

9b4da83b   Alexandre   Version: 2.5.0.0
2
3
<div class="typeDocuments form">
    <?= $this->Form->create($typeDocument) ?>
6c4edfa3   Alexandre   First Commit LabI...
4
    <fieldset>
63c3cb16   epallier   Nombreux petits b...
5
6
7
		<h2>
			<i class="icon-plus"></i> Ajouter un type de document
		</h2>
6c4edfa3   Alexandre   First Commit LabI...
8
        <?php
39547043   Etienne Pallier   Mise à jour frame...
9
        echo $this->Form->control('nom');
6c4edfa3   Alexandre   First Commit LabI...
10
11
        ?>
    </fieldset>
4fd23929   Alexandre   Version: 2.5.0
12
    <?= $this->Form->submit(__('Valider')) ?>
6c4edfa3   Alexandre   First Commit LabI...
13
14
    <?= $this->Form->end() ?>
</div>
4fd23929   Alexandre   Version: 2.5.0
15

b2dade50   Prugniel   modifs Jeanne boo...
16
<!--
4fd23929   Alexandre   Version: 2.5.0
17
<div class="actions">
b2dade50   Prugniel   modifs Jeanne boo...
18
	<php
63c3cb16   epallier   Nombreux petits b...
19
20
21
22
23
echo $this->element('menu');
echo $this->element('menu_form', [
    'pluralHumanName' => 'Types Documents'
]);
?>
b2dade50   Prugniel   modifs Jeanne boo...
24
25
</div>
-->