예제 #1
0
   static function displayTabContentForItem(CommonGLPI $item, $tabnum=1, $withtemplate=0) {

      if ($item->getID() > 0) {
         $pmContact = new PluginMonitoringContact();
         $pmContact->showForm(0);
      }
      return true;
   }
예제 #2
0
function plugin_headings_monitoring_contacts($item)
{
    $pmContact = new PluginMonitoringContact();
    $pmContact->showForm(0);
}