Adapted Anrechnungen-files to use AjaxLib for uploading files

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-04-27 17:29:36 +02:00
committed by cris-technikum
parent 5904d7f455
commit 5f7672d9df
3 changed files with 48 additions and 54 deletions
@@ -157,7 +157,7 @@ $this->load->view(
<!-- Submit Button -->
<div class="row">
<div class="col-lg-10">
<button class="btn btn-primary btn-w200 pull-right" id="createAnrechnung-submit" type="button" value="submit">
<button class="btn btn-primary btn-w200 pull-right" id="createAnrechnung-submit" type="submit" value="submit">
<?php echo $this->p->t('global', 'antragAnlegen'); ?>
</button>
</div>