* @license https://files.froxlor.org/misc/COPYING.txt GPLv2 */ return [ 'emails_accountchangequota' => [ 'title' => lng('emails.quota_edit'), 'image' => 'icons/email_edit.png', 'sections' => [ 'section_a' => [ 'title' => lng('emails.quota_edit'), 'image' => 'icons/email_edit.png', 'fields' => [ 'emailaddr' => [ 'label' => lng('emails.emailaddress'), 'type' => 'label', 'value' => $result['email_full'] ], 'email_quota' => [ 'label' => lng('emails.quota') . ' (MiB)', 'type' => 'text', 'value' => $result['quota'] ] ] ] ] ] ];