mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
update overview-git because of format change
This commit is contained in:
parent
8ead2104cd
commit
90714e40b7
@ -104,9 +104,10 @@ $this->assign('title', __('GDT Kontoübersicht'));
|
||||
$gdtEntry = $entry['connect']['gdt_entry'];
|
||||
?>
|
||||
<tr><td colspan="5">
|
||||
<?php foreach($entry['publishersPath'] as $c => $publisher_id) : ?>
|
||||
<?php if($c > 0): ?> -> <?php endif; ?>
|
||||
<?= publisherLink($publishers[$publisher_id], $this) ?>
|
||||
<?= $elopageTransaction['email'] ?>
|
||||
<?php foreach($entry['publishersPath'] as $c => $publisher) : ?>
|
||||
->
|
||||
<?= publisherLink($publisher, $this) ?>
|
||||
<?php endforeach; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user