Blame view

src/Template/TypeDocuments/edit.ctp 568 Bytes
9b4da83b   Alexandre   Version: 2.5.0.0
1

b2dade50   Prugniel   modifs Jeanne boo...
2
<div class="typeDocuments form col-lg-5 col-md-7 col-sm-9">
9b4da83b   Alexandre   Version: 2.5.0.0
3
4
    <?= $this->Form->create($typeDocument) ?>
    <fieldset>
63c3cb16   epallier   Nombreux petits b...
5
6
7
		<h2>
			<i class="icon-edit"></i> Editer un type de document
		</h2>
9b4da83b   Alexandre   Version: 2.5.0.0
8
        <?php
39547043   Etienne Pallier   Mise à jour frame...
9
        echo $this->Form->control('nom');
9b4da83b   Alexandre   Version: 2.5.0.0
10
11
        ?>
    </fieldset>
b2dade50   Prugniel   modifs Jeanne boo...
12
    <?= $this->Form->button('Valider', ['class'=>'btn btn-outline-success', 'type'=>'submit'])?>
9b4da83b   Alexandre   Version: 2.5.0.0
13
14
15
    <?= $this->Form->end() ?>
</div>

b2dade50   Prugniel   modifs Jeanne boo...
16
<!--
9b4da83b   Alexandre   Version: 2.5.0.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>
-->