ConfigSetting($Name)).'" />'); break; case "Paragraph": $Rows = isset($Params["Rows"]) ? $Params["Rows"] : 4; $Columns = isset($Params["Columns"]) ? $Params["Columns"] : 40; print(''); break; case "Flag": if (array_key_exists("OnLabel", $Params) && array_key_exists("OffLabel", $Params)) { print('ConfigSetting($Name) ? ' checked' : '') .' /> \n"); print('ConfigSetting($Name) ? '' : ' checked') .' /> \n"); } else { print('ConfigSetting($Name) ? ' checked' : '') ." />\n"); } break; case "Option": $AllowMultiple = isset($Params["AllowMultiple"]) && $Params["AllowMultiple"]; $FieldName = $AllowMultiple ? $FieldName."[]" : $FieldName; PrintOptionList( $FieldName, $Params["Options"], $Plugin->ConfigSetting($Name), "", 1, 1, $AllowMultiple, NULL, "auto"); break; case "MetadataField": $AllowMultiple = isset($Params["AllowMultiple"]) && $Params["AllowMultiple"]; $FieldName = $AllowMultiple ? $FieldName."[]" : $FieldName; $FieldTypes = GetArrayValue($Params, "FieldTypes"); $SchemaId = GetArrayValue($Params, "SchemaId", MetadataSchema::SCHEMAID_DEFAULT); $Schema = new MetadataSchema($SchemaId); print $Schema->GetFieldsAsOptionList( $FieldName, $FieldTypes, $Plugin->ConfigSetting($Name), !$AllowMultiple, NULL, $AllowMultiple); break; case "Privileges": $AllowMultiple = isset($Params["AllowMultiple"]) && $Params["AllowMultiple"]; $PrivFactory = new PrivilegeFactory(); print $PrivFactory->GetItemsAsOptionList( $FieldName, $Plugin->ConfigSetting($Name), NULL, ($AllowMultiple ? 15 : 1)); break; } if (isset($Params["Units"])) { ?> GetAttributes(); if (count($Attributes["CfgSetup"])) { foreach ($Attributes["CfgSetup"] as $Name => $Params) { if ($Params["Type"] == "Heading") { $TableIsSectioned = TRUE; } } } } ?>

Plugin Error

No plugin found with a base name of .

Configure Plugin:

This plugin has no configuration settings.

".$Attributes["Instructions"]."


"); } ?>
cw-content-sysconfigtable"> $Params) { if ($Params["Type"] == "Heading") { if (isset($HeadingAlreadyDisplayed)) { print(""); } ?>>
>