ug_return_warning title explanation db group_id group_name admin_emailWhat it does:
it returns properly formatted warning message to the user. this procedure is appropriate for messages like not authorized to access this page.Defined in: /web/philip/tcl/user-group-defs.tcl
Source code:
ns_return 200 text/html " [ug_header $title $db $group_id] [ug_page_title $title $db $group_id $group_name] <hr> <blockquote> $explanation </blockquote> [ug_footer $admin_email]"