aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-07-22 12:46:02 +0200
committergit-marijus <mario@mariovavti.com>2017-07-22 12:46:02 +0200
commit16067db718b0746892a5c81782ee72e21554b62c (patch)
treef64f20520a9c08279f860b8aa39d5eac7eb8401e /view/tpl
parent363d8723260bfefb85611935fe60797f34e6db6a (diff)
downloadvolse-hubzilla-16067db718b0746892a5c81782ee72e21554b62c.tar.gz
volse-hubzilla-16067db718b0746892a5c81782ee72e21554b62c.tar.bz2
volse-hubzilla-16067db718b0746892a5c81782ee72e21554b62c.zip
show the right conversation active and do not show any conversation active if we compose a new one
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/mail_list.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/mail_list.tpl b/view/tpl/mail_list.tpl
index 827c7628f..65d8dcdb4 100755
--- a/view/tpl/mail_list.tpl
+++ b/view/tpl/mail_list.tpl
@@ -1,6 +1,6 @@
<li class="nav-item">
<a href="mail/{{$message.mailbox}}/{{$message.id}}" class="nav-link{{if $message.selected}} active{{/if}}">
- <span class="{{if $message.seen}}seen{{else}}unseen{{/if}}">{{$message.subject}}</span><br>
+ <span class="{{if ! $message.seen || $message.selected}}font-weight-bold{{/if}}">{{$message.subject}}</span><br>
<span class="conv-participants">{{$message.from_name}} > {{$message.to_name}}</span><br>
<span class="wall-item-ago autotime" title="{{$message.date}}">{{$message.date}}</span>
</a>