Changed files table
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
</td>
|
||||
<td colspan="<?=$termination_wf_colspan - 3?>">
|
||||
<h5>Dokumente</h5>
|
||||
<table class="table-sm">
|
||||
<table class="table table-sm">
|
||||
<?php if(is_array($term->files) && count($term->files)): $i=0; foreach($term->files as $file): ?>
|
||||
<?php if($i % 2 == 0): ?>
|
||||
<tr>
|
||||
@@ -188,8 +188,12 @@
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<?php $i++; endforeach; endif; ?>
|
||||
<?=($i % 2 != 0) ? "<td></td></tr>" : ""?>
|
||||
<?php $i++; endforeach; ?>
|
||||
<?php if($i % 2 != 0): ?>
|
||||
<td></td></tr>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Dokument hochladen</strong> <select class="form-control" name="file_type">
|
||||
|
||||
Reference in New Issue
Block a user