This commit is contained in:
Michael RICOIS 2013-05-13 15:34:28 +00:00
parent 36d020f0f4
commit abc213eb30

View File

@ -10,9 +10,7 @@
<?php }?> <?php }?>
<h3>RECHERCHE ENTREPRISE</h3> <h3>RECHERCHE ENTREPRISE</h3>
<?php <?php $form = $this->form; ?>
$form = $this->form;
?>
<form class="recherche" name="<?php echo $form->getName()?>" <form class="recherche" name="<?php echo $form->getName()?>"
method="<?=$form->getMethod()?>" action="<?=$form->getAction()?>"> method="<?=$form->getMethod()?>" action="<?=$form->getAction()?>">
<?=$form->type?> <?=$form->type?>
@ -55,7 +53,7 @@ $form = $this->form;
</form> </form>
</div> </div>
<?php if ($this->RefClient):?> <?php if ($this->RefClient){?>
<?=$this->action('refclient', 'recherche')?> <?=$this->action('refclient', 'recherche')?>
<?php endif;?> <?php }?>
</div> </div>