vue formulaire, utilisation de formRow pour tous
[zf2.biz/galerie.git] / module / Galerie / view / galerie / index / edit.phtml
index 4e5f7d2..bbb1675 100644 (file)
@@ -6,9 +6,9 @@
 
 <?php
 echo $this->form()->openTag($form);
-echo $this->formHidden($form->get('id'));
+echo $this->formRow($form->get('id'));
 echo $this->formRow($form->get('name'));
 echo $this->formRow($form->get('description'));
-echo $this->formSubmit($form->get('submit'));
+echo $this->formRow($form->get('submit'));
 echo $this->form()->closeTag($form);
 ?>