* @package group * @version $Id: managepriv.html.php 1517 2011-03-07 10:02:57Z wwccss $ * @link https://xuanim.com */ ?>
group->managePriv ?>
resource as $moduleName => $moduleActions):?> moduleOrder)) continue;?> group->checkMenuModule($menu, $moduleName)) continue;?> app->loadLang($moduleName); /* Check method in select version. */ if($version) { $hasMethod = false; foreach($moduleActions as $action => $actionLabel) { if(strpos($changelogs, ",$moduleName-$actionLabel,") !== false) { $hasMethod = true; break; } } if(!$hasMethod) continue; } ?>
$actionLabel) { if(!empty($version) and strpos($changelogs, ",$moduleName-$actionLabel,") === false) continue; $options[$action] = is_object($lang->$moduleName->$actionLabel) ? $lang->$moduleName->$actionLabel->common : $lang->$moduleName->$actionLabel; } echo html::checkbox("actions[$moduleName]", $options, isset($groupPrivs[$moduleName]) ? $groupPrivs[$moduleName] : ''); ?>