formatting
This commit is contained in:
parent
d809cf2d01
commit
dd7ddeade3
|
@ -76,9 +76,9 @@ class inetLocalMailRecipient extends baseModule {
|
||||||
// profile options
|
// profile options
|
||||||
$return['profile_options'] = array(
|
$return['profile_options'] = array(
|
||||||
array(
|
array(
|
||||||
0 => array('kind' => 'text', 'text' => _('Mail server') . ":"),
|
array('kind' => 'text', 'text' => _('Mail server') . ":"),
|
||||||
1 => array('kind' => 'input', 'name' => 'inetLocalMailRecipient_host', 'type' => 'text', 'size' => '30', 'maxlength' => '255'),
|
array('kind' => 'input', 'name' => 'inetLocalMailRecipient_host', 'type' => 'text', 'size' => '30', 'maxlength' => '255'),
|
||||||
2 => array('kind' => 'help', 'value' => 'host'))
|
array('kind' => 'help', 'value' => 'host'))
|
||||||
);
|
);
|
||||||
// profile checks
|
// profile checks
|
||||||
$return['profile_checks']['inetLocalMailRecipient_host'] = array(
|
$return['profile_checks']['inetLocalMailRecipient_host'] = array(
|
||||||
|
|
Loading…
Reference in New Issue