|
@@ -10,6 +10,7 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Password;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Password;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Select;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Select;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Text;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Text;
|
|
|
|
|
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Number;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\InputGroup;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\InputGroup;
|
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
|
|
use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
|
|
|
|
|
|
|
@@ -52,7 +53,7 @@ class GeneralSection extends FreeFieldsSection
|
|
|
|
|
|
|
|
$this->generateDoubleSection([new Text('display_name'), new Select('status')]);
|
|
$this->generateDoubleSection([new Text('display_name'), new Select('status')]);
|
|
|
|
|
|
|
|
- $this->generateDoubleSection([new Text('quota'), new Select('unit')]);
|
|
|
|
|
|
|
+ $this->generateDoubleSection([new Number('quota'), new Select('unit')]);
|
|
|
|
|
|
|
|
$passwd = new Password('password');
|
|
$passwd = new Password('password');
|
|
|
$passwd->setDescription('description');
|
|
$passwd->setDescription('description');
|