We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4587e20 + 621c436 commit 210c0aeCopy full SHA for 210c0ae
interface/web/client/form/reseller.tform.php
@@ -1267,6 +1267,20 @@
1267
'rows' => '',
1268
'cols' => ''
1269
),
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
1284
'limit_cron' => array (
1285
'datatype' => 'INTEGER',
1286
'formtype' => 'TEXT',
0 commit comments