setIcon("Cross.svg"); $CancelButton->addSemanticClass("btn-danger"); $CancelButton->makeSubmitButton(); $RemoveButton = new HtmlButton("Remove User(s)"); $RemoveButton->setIcon("Delete.svg"); $RemoveButton->makeSubmitButton(); # ----- DISPLAY -------------------------------------------------------------- ?>
Note: You may not delete your own account.
Could not remove following users
$Reasons) { ?>
= (new User(intval($UserId)))->Get("UserName"); ?>
= implode("
", $Reasons); ?>
= (new User(intval($UserId)))->Get("UserName"); ?>
Caution: Removing a user deletes all information associated with that user and cannot be undone.
No users selected for removal. Please return to the user editing screen.