(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * */ return array( 'vhostconfig_add' => array( 'title' => $lng['admin']['vhostsettings']['addsettings'], 'image' => 'icons/vhostsettings_add.png', 'sections' => array( 'section_a' => array( 'title' => $lng['admin']['vhostsettings']['addnew'], 'image' => 'icons/vhostsettings_add.png', 'fields' => array( 'description' => array( 'label' => $lng['admin']['phpsettings']['description'], 'type' => 'text', 'maxlength' => 50 ), 'vhostsettings' => array( 'style' => 'align-top', 'label' => $lng['admin']['vhostsettings']['vhostsettings'], 'type' => 'textarea', 'cols' => 100, 'rows' => 30 ) ) ) ) ) );