Nats display admin message
From TMM Wiki
Jump to navigationJump to searchApplies to NATS 4.0.25 and greater.
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)
Parameter | Description | Possible Values | Example | |
---|---|---|---|---|
return | The Smarty variable to receive the user action messages. | Any Smarty variable name. | return="myvar" | |
assign_prefix | 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 messages 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.