]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/profile_vcard.tpl
Merge remote-tracking branch 'refs/remotes/origin/develop' into improvement/frio...
[friendica.git] / view / theme / frio / templates / profile_vcard.tpl
index de448b82b45cf38ae9850575388ad6b6d4b5ad07..831c47171d6503b509bd61d926ae8ab786037b0e 100644 (file)
@@ -17,7 +17,7 @@
                                {{/if}}
                        {{/if}}
                        </div>
-               
+
                </div>
 
        {{* The short information which will appended to the second navbar by scrollspy *}}
                                {{/if}}
                                {{if $wallmessage}}
                                <div id="wallmessage-link-botton">
-                                       <a id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="addToModal('{{$wallmessage_link}}')">
+                                       <button type="button" id="wallmessage-link" class="btn btn-labeled btn-primary btn-sm" onclick="openWallMessage('{{$wallmessage_link}}')">
                                                <span class=""><i class="fa fa-envelope"></i></span>
                                                <span class="">{{$wallmessage}}</span>
-                                       </a>
+                                       </button>
                                </div>
                                {{/if}}
-                       
+
                </div>
 
                <div class="clear"></div>
 
                {{if $location}}
                        <div class="location detail">
-                               <span class="location-label icon"><i class="fa fa-map-marker"></i></span> 
+                               <span class="location-label icon"><i class="fa fa-map-marker"></i></span>
                                <span class="adr">
                                        {{if $profile.address}}<span class="street-address p-street-address">{{$profile.address}}</span>{{/if}}
                                        <span class="city-state-zip">
                        </div>
                {{/if}}
 
+               {{if $profile.xmpp}}
+                       <div class="xmpp">
+                               <span class="xmpp-label icon"><i class="fa fa-comments"></i></span>
+                               <span class="xmpp-data">{{$profile.xmpp}}</span>
+                       </div>
+               {{/if}}
 
                {{if $gender}}
                <div class="mf detail">
                        <span class="gender-label icon"><i class="fa fa-venus-mars"></i></span>
-                       <span class="x-gender p-gender-identity">{{$profile.gender}}</span>
+                       <span class="p-gender">{{$profile.gender}}</span>
                </div>
                {{/if}}