mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
a187966277
commit
96aac70109
@ -3,16 +3,17 @@
|
|||||||
<?php if (! $this->compact): ?>
|
<?php if (! $this->compact): ?>
|
||||||
<?= $this->tabs; ?>
|
<?= $this->tabs; ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<h1><?= $this->translate('Contact details') ?></h1>
|
|
||||||
<div class="circular" style="background-image: url('<?=
|
|
||||||
$this->href('static/gravatar', array('email' => $contact->contact_email))
|
|
||||||
?>')"></div>
|
|
||||||
|
|
||||||
<?php if (! $contact): ?>
|
<?php if (! $contact): ?>
|
||||||
<?= $this->translate('No such contact') ?>: <?= $contactName ?>
|
<?= $this->translate('No such contact') ?>: <?= $contactName ?>
|
||||||
</div>
|
</div>
|
||||||
<?php return; endif ?>
|
<?php return; endif ?>
|
||||||
|
|
||||||
|
<h1><?= $this->translate('Contact details') ?></h1>
|
||||||
|
<div class="circular" style="background-image: url('<?=
|
||||||
|
$this->href('static/gravatar', array('email' => $contact->contact_email))
|
||||||
|
?>')"></div>
|
||||||
|
|
||||||
<table class="avp" style="width: 70%">
|
<table class="avp" style="width: 70%">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user