nom; $this->headTitle($title); ?>

escapeHtml($title); ?>


setAttribute('action', $this->url('zfcadmin/demandes', array('action' => 'addchamp','id'=>$demande->id))); $form->prepare(); echo $this->form()->openTag($form); ?>
formHidden($form->get('idModele')); echo '
'; echo $this->formRow($form->get('equivalentSql')); echo '
'; echo '
'; echo $this->formRow($form->get('idType')); echo '
'; echo '
'; echo $this->formRow($form->get('sourceListe')); echo '
'; echo '
'; echo $this->formRow($form->get('description')); echo '
'; echo '
'; echo $this->formRow($form->get('active')); echo '
'; echo '
'; echo $this->formRow($form->get('obligatoire')); echo '
'; ?>
'; echo $this->formRow($form->get('displayname')); echo '
'; echo '
'; echo $this->formRow($form->get('libelle')); echo '
'; echo '
'; echo $this->formRow($form->get('column')); echo '
'; echo '
'; echo $this->formRow($form->get('ordre')); echo '
'; echo '
'; //echo $this->formElement($form->get('submitBtn')); ?> '; ?>
form()->closeTag(); ?>