* @license https://files.froxlor.org/misc/COPYING.txt GPLv2 */ return [ 'domain_duplicate' => [ 'title' => lng('admin.domain_duplicate'), 'image' => 'fa-solid fa-globe', 'self_overview' => ['section' => 'domains', 'page' => 'domains'], 'id' => 'domain_add', 'sections' => [ 'section_a' => [ 'title' => lng('domains.domainsettings'), 'image' => 'icons/domain_add.png', 'fields' => [ 'domain' => [ 'label' => 'Domain', 'type' => 'text', 'mandatory' => true ], 'customerid' => [ 'label' => lng('admin.customer'), 'type' => 'select', 'select_var' => $customers, 'selected' => $result['customerid'], 'mandatory' => true ], ] ] ], 'buttons' => [ [ 'label' => lng('admin.domain_duplicate') ] ] ] ];