appConfigStruct = application.ptForum.getAppConfig();
// Set the UI theme from the Configuration Element
if ( structKeyExists(appConfigStruct,"forum_ui_theme") AND LEN(TRIM(appConfigStruct['forum_ui_theme'])) )
UItheme = appConfigStruct['forum_ui_theme'];
else
UItheme = 'redmond';
// load jQuery headers
application.ptForum.scripts.loadJQuery("1.3.2");
// load headers for ADF lightbox
application.ptForum.scripts.loadADFLightbox();
// load header for jQuery UI
application.ptForum.scripts.loadJQueryUI("1.7.2", UItheme);
ManageElementName = "Forum User Settings";
ManagePageTitleText = "Manage User Settings";
AddRecordLinkText = "Add New User Settings";
AjaxPath = application.ADF.ajaxProxy;
AjaxBean = "forms_1_0";
editForm = "renderAddEditForm";
formID = application.ptForum.cedata.getFormIDByCEName(ManageElementName);
dpid = 0;
lbAction = "refreshparent";
formResultHTML = "";
lightboxwidth = 500;
lightboxheight = 500;
#ManagePageTitleText#