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