add domain-bulk-import, fixes #1452

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-12-15 14:49:34 +01:00
parent 7dd6f9b97c
commit cd5e8801e4
14 changed files with 710 additions and 2 deletions

4
templates/Sparkle/formfields/file.tpl vendored Normal file
View File

@@ -0,0 +1,4 @@
<tr>
<td>{$label}</td>
<td><input type="file" class="file" name="{$fieldname}" /></td>
</tr>