mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
Minor tpl fixes
This commit is contained in:
parent
94a0a492d4
commit
01d10f9be5
|
|
@ -74,7 +74,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
<tr><td><label for="iUpload"><?= $this->getHtml('Upload') ?></label>
|
||||
<tr><td>
|
||||
<input type="file" id="iUpload" name="upload" form="fTask">
|
||||
<input type="file" id="iUpload" name="upload" form="fTask" multiple>
|
||||
<input form="fTask" type="hidden" name="type"><td>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user