(2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Formfields * @version $Id: formfield.domains_add.php 112 2010-12-14 12:11:20Z d00p $ */ return array( 'htpasswd_edit' => array( 'title' => $lng['extras']['directoryprotection_add'], 'image' => 'icons/htpasswd_add.png', 'sections' => array( 'section_a' => array( 'title' => $lng['extras']['directoryprotection_add'], 'image' => 'icons/htpasswd_add.png', 'fields' => array( 'path' => array( 'label' => $lng['panel']['path'], 'type' => 'label', 'value' => $result['path'] ), 'username' => array( 'label' => $lng['login']['username'], 'type' => 'label', 'value' => $result['username'] ), 'directory_password' => array( 'label' => $lng['login']['password'], 'type' => 'password' ), 'directory_authname' => array( 'label' => $lng['extras']['htpasswdauthname'], 'type' => 'text', 'value' => $result['authname'] ) ) ) ) ) );