nats_display_admin_message
Outputs, or stores in a variable, HTML that displays the user action messages in the administration interface.
Parameters
(Required parameters in bold)
return
The Smarty variable to receive the user action messages.
Any Smarty variable name.
return="myvar"
Prefix output variables with this word. (Click link for details)
Any valid Smarty variable name
None. (No prefix is used)
assign_prefix="myvar"
Output
An HTML table containing any action message for the admin. The table includes any error, warning, or confirmation messages the admin should review.
Notes
This function returns no value under the following three circumstances:
The configuration flag NO_ADMIN_ACTION_MESSAGES is set to "1"
There are no action messages to display
The server's query string is empty.
Last updated
Was this helpful?