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,17 +105,11 @@ if (isset ( $STATUS )) {
105 <?php 105 <?php
106 // Rajouté par Thibault Ajas, 20/04/2017 106 // Rajouté par Thibault Ajas, 20/04/2017
107 echo $this->Form->create('materiels', ['url' => '/materiels/execActions']); 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 echo $this->Form->input('aff_par_defaut', [ 108 echo $this->Form->input('aff_par_defaut', [
113 - ///echo $form1->input('aff_par_defaut', [  
114 'label' => 'Afficher', 109 'label' => 'Afficher',
115 'options' => ['20'=> 20, '30'=>30, '50'=>50, '100'=>100, '150'=>150, '200'=>200], 110 'options' => ['20'=> 20, '30'=>30, '50'=>50, '100'=>100, '150'=>150, '200'=>200],
116 ]); 111 ]);
117 ///$this->Form->end(); 112 ///$this->Form->end();
118 - ///$form1->end();  
119 // Fin ajout 113 // Fin ajout
120 ?> 114 ?>
121 115