Blame view

src/Template/SurCategories/add.ctp 577 Bytes
64fba1a2   Alexandre   Base du projet : ...
1

d6960faf   Alexandre   Migration de plus...
2
<div class="surCategories form">
6c4edfa3   Alexandre   First Commit LabI...
3
4
    <?= $this->Form->create($surCategory) ?>
    <fieldset>
63c3cb16   epallier   Nombreux petits b...
5
6
7
		<h2>
			<i class="icon-plus"></i> Ajouter un Domaine
		</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>
b2dade50   Prugniel   modifs Jeanne boo...
12
13
    <!--<= $this->Form->submit(__('Valider')) ?>-->
    <?= $this->Form->button('Valider', ['class'=>'btn btn-outline-success', 'type'=>'submit'])?>
6c4edfa3   Alexandre   First Commit LabI...
14
15
    <?= $this->Form->end() ?>
</div>
d6960faf   Alexandre   Migration de plus...
16

b2dade50   Prugniel   modifs Jeanne boo...
17
<!--
d6960faf   Alexandre   Migration de plus...
18
<div class="actions">
b2dade50   Prugniel   modifs Jeanne boo...
19
	<php
63c3cb16   epallier   Nombreux petits b...
20
21
22
23
24
echo $this->element('menu');
echo $this->element('menu_form', [
    'pluralHumanName' => 'Domaines'
]);
?>
b2dade50   Prugniel   modifs Jeanne boo...
25
26
</div>
-->