jrShowNotice
The jrShowNotice function is used for displaying a "notice" line within a form.
form.tpl element name: form_notice
bool
jrShowNotice
(string $type, string $text, [bool $strip = true])
-
string
$type: The "type" of message that will be shown - can be one of 'success','warning','notice','error'.
-
string
$text: Text of message
-
bool
$strip: If set to true, then message text is htmlspecialchar'd
|