mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix wrong table captions, and rows for better readable
This commit is contained in:
parent
1f9b3a8f1c
commit
4e57558e80
@ -69,10 +69,10 @@ $publisherGdtSum = 0;
|
||||
<table class="table table-hover table-sm">
|
||||
<thead>
|
||||
<tr class="solid-header">
|
||||
<th class="pl-4"><?= __('Euro') ?></th>
|
||||
<th class="pl-4"><?= __('Datum') ?></th>
|
||||
<th><?= __('Euro') ?></th>
|
||||
<th><?= __('Factor')?></th>
|
||||
<th><?= __('GDT') ?></th>
|
||||
<th><?= __('Datum') ?></th>
|
||||
<th><?= __('Kommentar') ?></th>
|
||||
<th><?= __('E-Mail') ?></th>
|
||||
</tr>
|
||||
@ -83,6 +83,7 @@ $publisherGdtSum = 0;
|
||||
$ownGdtSum += $entry['gdt'];
|
||||
?>
|
||||
<tr>
|
||||
<td><?= new FrozenTime($entry['date']) ?></td>
|
||||
<td>
|
||||
<?= $this->element('printEuro', ['number' => $entry['amount']]); ?>
|
||||
<?php
|
||||
@ -99,7 +100,6 @@ $publisherGdtSum = 0;
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td><?= $this->element('printGDT', ['number' => $entry['gdt']]) ?></td>
|
||||
<td><?= new FrozenTime($entry['date']) ?></td>
|
||||
<td><?= h($entry['comment']) ?></td>
|
||||
<td><?= $entry['email'] ?></td>
|
||||
</tr>
|
||||
@ -129,10 +129,10 @@ $publisherGdtSum = 0;
|
||||
<thead>
|
||||
<tr class="solid-header">
|
||||
<!--<th class="pl-4"><?= __('Einzahlender') ?></th>-->
|
||||
<th class="pl-4"><?= __('Euro') ?></th>
|
||||
<th class="pl-4"><th><?= __('Datum') ?></th>
|
||||
<th><?= __('Euro') ?></th>
|
||||
<th><?= __('Factor') ?></th>
|
||||
<th><?= __('GDT')?></th>
|
||||
<th><?= __('Datum') ?></th>
|
||||
<th><?= __('E-Mail') ?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user