be more specific what 'caneditdomain' field means, thx to fuchsi

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-06 14:38:24 +02:00
parent 350e1b2d2d
commit 900df7127c
4 changed files with 8 additions and 2 deletions

View File

@@ -54,7 +54,8 @@ return array(
'select_var' => $subtodomains
),
'caneditdomain' => array(
'label' => $lng['admin']['domain_edit'],
'label' => $lng['admin']['domain_editable']['title'],
'desc' => $lng['admin']['domain_editable']['desc'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')

View File

@@ -63,7 +63,8 @@ return array(
'value' => $subdomains.' '.$lng['customer']['subdomains'].', '.$alias_check.' '.$lng['domains']['aliasdomains'].', '.$emails.' '.$lng['customer']['emails'].', '.$email_accounts.' '.$lng['customer']['accounts'].', '.$email_forwarders.' '.$lng['customer']['forwarders']
),
'caneditdomain' => array(
'label' => $lng['admin']['domain_edit'],
'label' => $lng['admin']['domain_editable']['title'],
'desc' => $lng['admin']['domain_editable']['desc'],
'type' => 'checkbox',
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')