Make contact name bold in the contacts view
This commit is contained in:
parent
4323c060ce
commit
0efe72b429
|
@ -25,7 +25,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($contacts->peekAhead($this->compact) as $contact): ?>
|
<?php foreach ($contacts->peekAhead($this->compact) as $contact): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<th>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$contact->contact_name,
|
$contact->contact_name,
|
||||||
'monitoring/show/contact',
|
'monitoring/show/contact',
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</td>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->translate('Email') ?>:
|
<?= $this->translate('Email') ?>:
|
||||||
<a href="mailto:<?= $contact->contact_email ?>"
|
<a href="mailto:<?= $contact->contact_email ?>"
|
||||||
|
|
Loading…
Reference in New Issue