diff --git a/include/template/module.php b/include/template/module.php
index 15104e77a..dbb1679eb 100644
--- a/include/template/module.php
+++ b/include/template/module.php
@@ -65,9 +65,10 @@ endif;?>
echo "
";
continue;
}
+ $style="tool";
if ($row['me_code']==$selected)
{
- $style="background:red";
+ $style='toolselected';
}
if ( $row['me_url']!='')
{
@@ -84,7 +85,7 @@ endif;?>
$url="do.php?gDossier=".Dossier::id()."&ac=".$row['me_code'];
}
?>
- |
+ |
> |