UserCanAuthorField($GLOBALS["G_User"], $Field))
{
continue;
}
# skip file and image fields because there's no resource with which to
# associate the user with
if ($Field->Type() === MetadataSchema::MDFTYPE_IMAGE
|| $Field->Type() === MetadataSchema::MDFTYPE_FILE)
{
continue;
}
$SafeDisplayName = defaulthtmlentities($Field->GetDisplayName());
?>
: |
|
Delete();
}
/**
* Print the list of available mailer templates.
*/
function PrintTemplateList()
{
global $G_PluginManager;
$MailerPlugin = $G_PluginManager->GetPlugin("Mailer");
$TemplateList = $MailerPlugin->GetTemplateList();
$TemplateList[-1] = "--";
$OptList = new HtmlOptionList("F_TemplateId", $TemplateList, -1);
$OptList->PrintHtml();
}
$CustomFields = CWUser::GetCustomUserFields();
?>
User has been successfully created.
Their account can be activated at:
Create an Account
DisplayErrorBlock() ?>