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