domain import form

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-14 17:29:16 +01:00
parent 21228b5359
commit 31fbe434b4
3 changed files with 18 additions and 6 deletions

View File

@@ -32,9 +32,10 @@ return array(
),
'offset' => array(
'label' => $lng['domains']['import_offset'],
'type' => 'text',
'type' => 'number',
'mandatory' => true,
'size' => 10,
'min' => 0,
'value' => '0'
),
'file' => array(