setAttribute('action',
$this->url('zfcadmin/tarif', array('action' => 'addtldocument','id'=>$id,'param'=>$idCamp)));
$form->prepare();
echo $this->form()->openTag($form);
echo $this->formHidden($form->get('id'));
echo '
';
echo $this->formHidden($form->get('idTypeDocument')->setValue('4'));
echo '
';
$collection = $form->get('file-collection');
foreach ($collection as $elem) {
$elem->setLabelAttributes(array('class' => 'control-label'));
?>
formLabel($elem); ?>
formFile($elem); ?>
';
echo $this->formSubmit($form->get('submitBtn'));
echo '