Пример #1
0
 function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
 {
     global $UNINSTALL_TYPES;
     if (PluginUninstallProfile::canView() && in_array($item->getType(), $UNINSTALL_TYPES)) {
         if (!$withtemplate) {
             return __('Uninstall', 'uninstall');
         }
     }
     return '';
 }