change link style

This commit is contained in:
Dario Rekowski on RockPI 2020-03-25 09:48:05 +00:00
parent 900448127a
commit 5b803c804d

View File

@ -77,7 +77,7 @@ $this->assign('title', __('Schöpfungstransaktion'));
<?php if($disable != null) : ?>
<span style="color:grey" title="Du kannst leider nicht für dich selbst schöpfen.">
<?php endif; ?>
<a target="_blank" href="/state-users/view/<?= $possibleReceiver['id'] ?>">
<a style="color:black;text-decoration: none;" target="_blank" href="/state-users/view/<?= $possibleReceiver['id'] ?>">
<?= $possibleReceiver['name'] ?>
<?php if($possibleReceiver['email'] != '') : ?>
&lt;<?= $possibleReceiver['email'] ?>&gt;