mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change link style
This commit is contained in:
parent
900448127a
commit
5b803c804d
@ -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'] != '') : ?>
|
||||
<<?= $possibleReceiver['email'] ?>>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user