0000817: CARD Recherche Fiche

Table triable (javascript)
This commit is contained in:
Dany De Bontridder 2013-05-11 20:28:46 +00:00
parent b5b4c5ec3d
commit 9464a25be3

View file

@ -45,6 +45,7 @@ function boxsearch_card(p_dossier)
var div_style="left:10%;width:80%;"+";top:"+y;
add_div({id:'boxsearch_card_div',cssclass:'inner_box',html:loading(),style:div_style,drag:true});
$('boxsearch_card_div').innerHTML=req.responseText;
sorttable.makeSortable($('tb_fiche'));
}
}
);