Skip to content

Commit

Permalink
adding title to ArticleFields
Browse files Browse the repository at this point in the history
  • Loading branch information
LuBroering committed Jul 1, 2024
1 parent af87da4 commit 116063f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
[% IF ArticleField.Label == "From" || ArticleField.Label == "To" || ArticleField.Label == "Cc" || ArticleField.Label == "Bcc" %]
<div class="field-wrapper flex-row">
<label class="Switchable">[% Translate(ArticleField.Label) | html %]:</label>
<div class="Field">
<div class="Field" title="[% ArticleField.Value | html %]">
<span class="Switch [% ArticleField.ValueHidden | html %]">[% ArticleField.Value | html %]</span>
<span class="Switch [% ArticleField.RealnameHidden | html %]">[% ArticleField.Realname | html %]</span>
</div>
Expand Down

0 comments on commit 116063f

Please sign in to comment.