Bonjour, Patch pour le hook. Je pense qu'il serait intéressant de mettre également pour les imprimantes et matériel réseau (inventaire snmp fusioninventory).
Cordialement, -- David DURIEUX Tel : +33 (0)4.82.53.30.53 Mail : d.duri...@siprossii.com Site Web : http://www.siprossii.com/ SIPROSSII Les Lafôrets 69430 Beaujeu FRANCE
Index: inc/computer.class.php =================================================================== --- inc/computer.class.php (revision 19823) +++ inc/computer.class.php (working copy) @@ -610,7 +610,7 @@ echo "</td></tr>"; if ($dataocs["ocs_agent_version"] != NULL) { - echo "<tr><td>".__('Agent')."</td><td>".$dataocs["ocs_agent_version"].'</td></tr>'; + echo "<tr><td>".__('Agent', 'fusioninventory')."</td><td>".$dataocs["ocs_agent_version"].'</td></tr>'; } if (Session::haveRight("sync_ocsng","w")) { echo "</tr><td>".__('Auto update OCSNG')."</td>"; @@ -651,6 +651,8 @@ AutoUpdateSystem::dropdown(array('value' => $this->fields["autoupdatesystems_id"])); echo "</td></tr>"; + Plugin::doHook("autoinventory_information", $this); + $this->showFormButtons($options); $this->addDivForTabs();
_______________________________________________ Glpi-dev mailing list Glpi-dev@gna.org https://mail.gna.org/listinfo/glpi-dev