diff --git a/module/group/view/editpriv.html.php b/module/group/view/editpriv.html.php index c1c166f329..decb2f814f 100644 --- a/module/group/view/editpriv.html.php +++ b/module/group/view/editpriv.html.php @@ -24,16 +24,15 @@ group->privName;?> name, "class='form-control'");?> - system)):?> + system);?> group->privModuleName;?> - moduleName, "class='form-control'");?> + '>moduleName, "class='form-control'") : $priv->moduleName;?> group->privMethodName;?> - methodName, "class='form-control'");?> + '>methodName, "class='form-control'") : $priv->methodName;?> - group->privView;?> view, "class='form-control chosen' onchange='loadModuleAndPackage(this.value)' data-drop_direction='down'");?>