Improve : Select_Box , placement

This commit is contained in:
sparkyx 2021-01-25 18:40:20 +01:00
parent 5911150677
commit 846c5a8eea
4 changed files with 75 additions and 116 deletions

View file

@ -14,7 +14,7 @@
require_once NOALYSS_INCLUDE."/lib/select_box.class.php";
$select_box=new \Select_Box("sb_".$jr_id, _("Autre action"));
$select_box->set_position("in-absolute");
$select_box->set_position("normal");
$cn=Dossier::connect();
// Contains all the linked actions
$a_followup = Follow_Up::get_all_operation($jr_id);