Skip to content

Commit

Permalink
[FEATURE] Show company name in UTM list view if available
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Feb 26, 2024
1 parent a6911e3 commit b7f1a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/Private/Partials/Box/Analysis/UtmList.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
</td>
<td>
<span>{utm.visitor.fullName}</span>
<f:if condition="{utm.visitor.company}">
<br/>
{utm.visitor.company}
</f:if>
</td>
<td>
<span class="badge" title="{f:format.date(date:utm.crdate,format:'{f:translate(key:\'LLL:EXT:lux/Resources/Private/Language/locallang_db.xlf:date\')}')}">
Expand Down

0 comments on commit b7f1a28

Please sign in to comment.