local form= ... ?>
--[[
io.write(html.cfe_unpack(form))
io.write(html.cfe_unpack(FORM))
--]] ?>
---[[ ?>
= form.label ?>
require("viewfunctions")
form.action = ""
form.submit = "Save"
-- If editing existing role, disable role
if form.value.role and "GET" == ENV["REQUEST_METHOD"] then
form.value.role.contenteditable = false
end
local order = { "role", "permissions" }
displayform(form, order)
?>
--]] ?>