We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec268d2 commit c825d76Copy full SHA for c825d76
1 file changed
htdocs/core/tpl/contacts.tpl.php
@@ -337,8 +337,8 @@
337
<td class="nowrap" data-nature="<?php echo dol_escape_htmltag($entry->nature) ?>">
338
<span class="opacitymedium">
339
<?php echo dol_escape_htmltag($entry->nature_html) ?>
340
- </span>
341
- <?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
+ </span>
+ <?php echo ($entry->contact_warning ? img_picto($langs->trans("ThisContactHasAnUser"), 'warning') : '') ?>
342
</td>
343
<td class="tdoverflowmax200" data-type_id="<?php echo ((int) $entry->type_id) ?>" data-type="<?php echo dol_escape_htmltag($entry->type) ?>">
344
<?php echo dol_escape_htmltag($entry->type) ?>
0 commit comments