Commit bdce18f11fa4906a61f8c4668ea99a306af6660a

Authored by Etienne Pallier
1 parent 455bcd1a

cleanup

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
src/Template/Materiels/index.ctp
... ... @@ -105,17 +105,11 @@ if (isset ( $STATUS )) {
105 105 <?php
106 106 // Rajouté par Thibault Ajas, 20/04/2017
107 107 echo $this->Form->create('materiels', ['url' => '/materiels/execActions']);
108   -
109   - ///$form1 = $this->Form;
110   - ///echo $form1->create('nbelem_par_page');
111   - //echo $this->Form->create('nbelem_par_page');
112 108 echo $this->Form->input('aff_par_defaut', [
113   - ///echo $form1->input('aff_par_defaut', [
114 109 'label' => 'Afficher',
115 110 'options' => ['20'=> 20, '30'=>30, '50'=>50, '100'=>100, '150'=>150, '200'=>200],
116 111 ]);
117 112 ///$this->Form->end();
118   - ///$form1->end();
119 113 // Fin ajout
120 114 ?>
121 115  
... ...