issue #0001672 : init the link
This commit is contained in:
parent
47230bdd6f
commit
e4be2c6e06
@ -106,7 +106,7 @@ $('input.autocomplete').autocomplete({
|
||||
select: function(event, ui) {
|
||||
$('form[name=lien]').prepend('<input type="hidden" name="id2" value="'+ui.item.value+'"/>');
|
||||
$('div#searchFiche').replaceWith('<b>Fiche sélectionnée '+ui.item.label+
|
||||
' (id = <a style="text-decoration:underline;" target="_blank" href="<?=$this->url(array('controller'=>'identite', 'action'=>'liens'))?>/lienref/'+ui.item.value+
|
||||
' (id = <a style="text-decoration:underline;" target="_blank" href="<?=$this->url(array('controller'=>'identite', 'action'=>'liens'), null, true)?>/lienref/'+ui.item.value+
|
||||
'">'+ui.item.value+'</a>)</b>');
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user