mirror of
https://github.com/friendica/friendica
synced 2025-05-14 16:24:11 +02:00
Preparation für multiple icon styles / improved code
This commit is contained in:
parent
c8a4b67414
commit
a4c5d7539c
368 changed files with 1949 additions and 1009 deletions
|
@ -156,7 +156,8 @@ class Introductions extends BaseNotifications
|
|||
$header .= ' <' . $Introduction->getAddr() . '>';
|
||||
}
|
||||
|
||||
$header .= ' (' . ContactSelector::networkToName($Introduction->getNetwork(), $Introduction->getUrl()) . ')';
|
||||
$gsid = ContactSelector::getServerIdForProfile($Introduction->getUrl());
|
||||
$header .= ' (' . ContactSelector::networkToName($Introduction->getNetwork(), '', $gsid) . ')';
|
||||
|
||||
if ($Introduction->getNetwork() != Protocol::DIASPORA) {
|
||||
$discard = $this->t('Discard');
|
||||
|
@ -191,7 +192,7 @@ class Introductions extends BaseNotifications
|
|||
'$addr' => $Introduction->getAddr(),
|
||||
'$lbl_knowyou' => $lbl_knowyou,
|
||||
'$lbl_network' => $this->t('Network:'),
|
||||
'$network' => ContactSelector::networkToName($Introduction->getNetwork(), $Introduction->getUrl()),
|
||||
'$network' => ContactSelector::networkToName($Introduction->getNetwork(), '', $gsid),
|
||||
'$knowyou' => $knowyou,
|
||||
'$approve' => $this->t('Approve'),
|
||||
'$note' => $Introduction->getNote(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue