Minor tpl fixes

This commit is contained in:
Dennis Eichhorn 2018-09-09 20:26:17 +02:00
parent 94a0a492d4
commit 01d10f9be5

View File

@ -74,7 +74,7 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
<tr><td><label for="iUpload"><?= $this->getHtml('Upload') ?></label> <tr><td><label for="iUpload"><?= $this->getHtml('Upload') ?></label>
<tr><td> <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> <input form="fTask" type="hidden" name="type"><td>
</table> </table>
</form> </form>