]> git.mxchange.org Git - friendica.git/commitdiff
Update remote_friends_common.tpl
authorRaroun <Raroun@users.noreply.github.com>
Tue, 26 Dec 2023 08:48:57 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 08:48:57 +0000 (09:48 +0100)
moved rfic-desc to top, tested on vier, frio and both mobile views

view/templates/widget/remote_friends_common.tpl

index 74d8e668049e911761ead4a6b3cbe2b5d07b3826..e9a801a4342378504b4090db9003ee3c0102ea9b 100644 (file)
@@ -1,18 +1,18 @@
-<div id="remote-friends-in-common" class="bigwidget">
-       <div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
-       {{foreach $contacts as $contact}}
-       <div class="profile-match-wrapper">
-               <div class="profile-match-photo">
-                       <a href="{{$contact.url}}">
-                               <img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
-                       </a>
+<div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
+       <div id="remote-friends-in-common" class="bigwidget">
+               {{foreach $contacts as $contact}}
+               <div class="profile-match-wrapper">
+                       <div class="profile-match-photo">
+                               <a href="{{$contact.url}}">
+                                       <img src="{{$contact.photo}}" width="80" height="80" alt="{{$contact.name}}" title="{{$contact.name}}" />
+                               </a>
+                       </div>
+                       <div class="profile-match-break"></div>
+                       <div class="profile-match-name">
+                               <a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
+                       </div>
+                       <div class="profile-match-end"></div>
                </div>
-               <div class="profile-match-break"></div>
-               <div class="profile-match-name">
-                       <a href="{{$contact.url}}" title="{{$contact.name}}">{{$contact.name}}</a>
-               </div>
-               <div class="profile-match-end"></div>
+               {{/foreach}}
+               <div id="rfic-end" class="clear"></div>
        </div>
-       {{/foreach}}
-       <div id="rfic-end" class="clear"></div>
-</div>