AAAAwww/administrator/components/com_chronoforms/form_actions/add_system_message/add_system_message.ctp 0000604 00000003657 15137512002 0033270 0 ustar 00 home/academiac
Header(array('settings' => 'Settings', 'help' => 'Help'), 'add_system_message_config_{n}'); ?>
tabStart('settings'); ?>
input('action_add_system_message_{n}_type_config', array('type' => 'select', 'label' => 'Message Type', 'options' => array('confirm' => 'Confirm', 'notice' => 'Notice', 'warning' => 'Warning', 'error' => 'Error'), 'smalldesc' => 'Select the message type.')); ?>
input('action_add_system_message_{n}_message_config', array('type' => 'text', 'label' => "Message Text", 'class' => 'medium_input', 'smalldesc' => 'The contents of your message to be shown.')); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This action should help you display a system message (similar to the admin system messages displayed when you save a new user/article/form..etc).
tabEnd(); ?>