remove field duplication

This commit is contained in:
Dennis Eichhorn 2019-05-18 15:03:02 +02:00
parent c33a0d97ad
commit 9f60c3b189

View File

@ -196,7 +196,6 @@ echo $this->getData('nav')->render(); ?>
<tr><td><label for="iUpload"><?= $this->getHtml('Upload') ?></label>
<tr><td>
<input type="file" id="iUpload" name="fileUpload" form="fTask">
<input form="fTask" type="hidden" name="type">
<tr><td>
<input type="submit" id="iTaskElementCreateButton" name="taskElementCreateButton" value="<?= $this->getHtml('Create', '0', '0'); ?>">
<input type="hidden" name="task" value="<?= $this->printHtml($this->request->getData('id')); ?>"><input type="hidden" name="type" value="1">