Commit 1d562fd5 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI165

parent 6b04fd6f
......@@ -1983,7 +1983,7 @@ function getAgentsList($agence, $conseiller) {
$shownTitle = ($showBorneStatus == 1) ? "Affiché sur la borne" : "Pas affiché sur la borne";
$onlineTitle = $active ? "connecté".(($row->civ == "Mme")?"e":"")." à la pile" : "pas connecté".(($row->civ == "Mme")?"e":"")." à la pile";
$updAction = "";//$isDA?' onclick = updateAgent("'.$row->id_conseiller.'")':'';
$src_img = '/'.$row->photo;
$src_img = $SERVER.$row->photo;
$list .= '<div class="cnsItem'.$statusColor.'" title="'.$row->prenom.' '.$row->nom.' '.$onlineTitle.'"'.$updAction.'><img src="'.$src_img.'"/><span title="'.$shownTitle.'" class="borne-status-indicator'.$showBorne.'"></span></div>';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment