") else configRowId ="-1" NextPage="groups" util.appendDebugOut(configRowId.."
") end web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "delete") then local field, splitted, rows = web.cgiSearch(cgi, "USERDBGroups") -- if any rows to delete if (rows) then errorFlag, statusCode = sslAdmin.deleteGroups (rows) end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) else ?> $|COMPANY_NAME|$ : $|APP_NAME|$
$| statusMessage |$
GroupsLogout
$| initialDescription or '' |$
 
List of Groups
*" end local len = #row["USERDBGroups.GroupName"] if(len >32) then row["USERDBGroups.GroupName"] = string.sub(row["USERDBGroups.GroupName"],1,32) .. "..." end len = #row["USERDBGroups.DomainName"] if(len >32) then row["USERDBGroups.DomainName"] = string.sub(row["USERDBGroups.DomainName"],1,32) .. "..." end ?>
Name Domain
$| row["USERDBGroups.GroupName"] .. mark |$ $| row["USERDBGroups.DomainName"] |$
Helpful Hints...
$| helpfullHints or '' |$