(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * */ return array( 'messages_add' => array( 'title' => $lng['admin']['message'], 'image' => 'fa-solid fa-paper-plane', 'sections' => array( 'section_a' => array( 'fields' => array( 'recipient' => array( 'label' => $lng['admin']['recipient'], 'type' => 'select', 'select_var' => $recipients, 'selected' => 1 ), 'subject' => array( 'label' => $lng['admin']['subject'], 'type' => 'text', 'value' => $lng['admin']['nosubject'], 'mandatory' => true ), 'message' => array( 'label' => $lng['admin']['text'], 'type' => 'textarea', 'mandatory' => true ) ) ) ) ) );