]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/mail_list.tpl
[frio] Restyle photo upload (#5427)
[friendica.git] / view / theme / frio / templates / mail_list.tpl
index 1adc7de46f43cc6c7a70163b93fb201d83fdc792..d5062a2322be13e2058f8a86efdf430d215a6134 100644 (file)
@@ -4,8 +4,8 @@
 
                <div class="media">
                        <div class="pull-left contact-photo-wrapper">
-                               <a href="{{$from_url}}">
-                                       <img class="media-object" src="{{$from_photo}}" alt="{{$from_name}}" />
+                               <a href="{{$from_url}}" title="{{$from_addr}}">
+                                       <img class="media-object" src="{{$from_photo}}" alt="{{$from_name}}" title="{{$from_addr}}" />
                                </a>
                        </div>
                        <div class="media-body">
@@ -26,4 +26,4 @@
 
        <div class="mail-list-outside-wrapper-end"></div>
 
-</li>
\ No newline at end of file
+</li>