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.
1 parent 7b748e2 commit 9ff59b0Copy full SHA for 9ff59b0
interface/web/client/form/client_template.tform.php
@@ -862,6 +862,20 @@
862
'rows' => '',
863
'cols' => ''
864
),
865
+ 'limit_domainmodule' => array (
866
+ 'datatype' => 'INTEGER',
867
+ 'formtype' => 'TEXT',
868
+ 'validators' => array ( 0 => array ( 'type' => 'ISINT',
869
+ 'errmsg'=> 'limit_domainmodule_error_notint'),
870
+ ),
871
+ 'default' => '0',
872
+ 'value' => '',
873
+ 'separator' => '',
874
+ 'width' => '10',
875
+ 'maxlength' => '10',
876
+ 'rows' => '',
877
+ 'cols' => ''
878
879
//#################################
880
// END Datatable fields
881
0 commit comments