Skip to content

Commit 210c0ae

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'stable-3.1'
add db-quota to reseller-limits (#4056) See merge request !398
2 parents 4587e20 + 621c436 commit 210c0ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

interface/web/client/form/reseller.tform.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,20 @@
12671267
'rows' => '',
12681268
'cols' => ''
12691269
),
1270+
'limit_database_quota' => array (
1271+
'datatype' => 'INTEGER',
1272+
'formtype' => 'TEXT',
1273+
'validators' => array ( 0 => array ( 'type' => 'ISINT',
1274+
'errmsg'=> 'limit_database_quota_error_notint'),
1275+
),
1276+
'default' => '-1',
1277+
'value' => '',
1278+
'separator' => '',
1279+
'width' => '10',
1280+
'maxlength' => '10',
1281+
'rows' => '',
1282+
'cols' => ''
1283+
),
12701284
'limit_cron' => array (
12711285
'datatype' => 'INTEGER',
12721286
'formtype' => 'TEXT',

0 commit comments

Comments
 (0)