mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-07 10:48:40 +00:00
remove field duplication
This commit is contained in:
parent
c33a0d97ad
commit
9f60c3b189
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user