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 c7ee618 commit 456db47Copy full SHA for 456db47
interface/web/client/form/client.tform.php
@@ -943,6 +943,8 @@
943
'formtype' => 'CHECKBOX',
944
'default' => 'y',
945
'valuelimit' => 'client:limit_mail_backup',
946
+ 'value' => array(0 => 'n', 1 => 'y')
947
+ ),
948
'limit_relayhost' => array (
949
'datatype' => 'VARCHAR',
950
interface/web/client/form/reseller.tform.php
@@ -940,7 +940,8 @@
940
941
942
- 'valuelimit' => 'client:limit_mail_backup',
0 commit comments