Format
This commit is contained in:
parent
36d020f0f4
commit
abc213eb30
@ -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>
|
Loading…
Reference in New Issue
Block a user