Merge remote-tracking branch 'origin/master' into 0.10.0

This commit is contained in:
Michael Kaufmann
2018-08-15 10:59:36 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ return array(
'label' => $lng['customer']['diskspace'],
'type' => 'textul',
'value' => 0,
'maxlength' => 6,
'maxlength' => 16,
'mandatory' => true,
'ul_field' => $diskspace_ul
),
@@ -186,7 +186,7 @@ return array(
'label' => $lng['customer']['traffic'],
'type' => 'textul',
'value' => 0,
'maxlength' => 4,
'maxlength' => 14,
'mandatory' => true,
'ul_field' => $traffic_ul
),

View File

@@ -170,7 +170,7 @@ return array(
'label' => $lng['customer']['diskspace'],
'type' => 'textul',
'value' => $result['diskspace'],
'maxlength' => 6,
'maxlength' => 16,
'mandatory' => true,
'ul_field' => $diskspace_ul
),
@@ -178,7 +178,7 @@ return array(
'label' => $lng['customer']['traffic'],
'type' => 'textul',
'value' => $result['traffic'],
'maxlength' => 4,
'maxlength' => 14,
'mandatory' => true,
'ul_field' => $traffic_ul
),