Issue #0001653: some minor changes
This commit is contained in:
parent
8999e07755
commit
1e966f8698
@ -166,7 +166,7 @@ $('img.wcheck').each(function(){
|
||||
show: { solo: true, delay: 1000 },
|
||||
content: { title: {button: true}, text: "Chargement...",
|
||||
ajax: { url: '<?=$this->url(array('controller'=>'worldcheck','action'=>'occurence','siren'=>substr($this->siret, 0, 9)),null,true);?>'+$(this).attr('id') } },
|
||||
position: { my: "bottom left", at: "top left" }
|
||||
position: { my: "bottom left", at: "top center" }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -69,7 +69,7 @@ $('img.wcheck').each(function(){
|
||||
show: { solo: true, delay: 1000 },
|
||||
content: { title: {button: true}, text: "Chargement...",
|
||||
ajax: { url: '<?=$this->url(array('controller'=>'worldcheck','action'=>'occurence', 'dirSociete'=>$this->infos->Nom, 'dirType' =>'ORGANISATION', 'siren'=>substr($this->siret, 0, 9)),null,true);?>' } },
|
||||
position: { my: "bottom left", at: "top left" }
|
||||
position: { my: "bottom left", at: "top center" }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -6,9 +6,9 @@ $form = $this->form;
|
||||
<h3>RECHERCHE WORLDCHECK</h3>
|
||||
<form class="recherche" name="<?php echo $form->getName()?>"
|
||||
method="<?php echo $form->getMethod()?>" action="<?php echo $form->getAction()?>">
|
||||
<?php echo $form->type?>
|
||||
|
||||
<div class="row"><?php echo $form->dirType?></div>
|
||||
<?=$form->type?>
|
||||
<div class="row"><?php echo $form->dirType?>
|
||||
<img src="/themes/default/images/info.gif" title="Recherche de personne physique ou de sociétés. Les champs 'TYPE' et 'NOM' sont obligatoirs à remplir" /></div>
|
||||
<div class="row" id='nom'><?php echo $form->dirNom?></div>
|
||||
<div class="row" id='prenom'><?php echo $form->dirPrenom?></div>
|
||||
|
||||
|
@ -218,7 +218,7 @@ $('img.wcheck').each(function(){
|
||||
show: { solo: true, delay: 1000 },
|
||||
content: { title: {button: true}, text: "Chargement...",
|
||||
ajax: { url: '<?=$this->url(array('controller'=>'worldcheck','action'=>'occurence'));?>'+$(this).attr('id') } },
|
||||
position: { my: "bottom left", at: "top left" }
|
||||
position: { my: "bottom left", at: "top center" }
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
@ -75,7 +75,7 @@ class Menu
|
||||
'permission' => 'SEARCHACT',
|
||||
),
|
||||
array(
|
||||
'label' => "Rechercher WorldCheck",
|
||||
'label' => "Recherche WorldCheck",
|
||||
'controller' => 'recherche',
|
||||
'action' => 'worldcheck',
|
||||
'forceVisible' => false,
|
||||
|
Loading…
Reference in New Issue
Block a user