]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/dispy/profile_vcard.tpl
Merge pull request #573 from oohlaf/fixes
[friendica.git] / view / theme / dispy / profile_vcard.tpl
index f14ea7915e1f75c48c89577e75fd3b59bfe7f89b..b7c99edd9daf09050223d292cc3365907e4b46b6 100644 (file)
@@ -2,7 +2,7 @@
 
        {{ if $profile.edit }}
        <div class="action">
-       <span class="icon-profile-edit"></span>
+       <span class="icon-profile-edit" rel="#profiles-menu"></span>
        <a href="#" rel="#profiles-menu" class="ttright" id="profiles-menu-trigger" title="$profile.edit.3">$profile.edit.1</a>
        <ul id="profiles-menu" class="menu-popup">
                {{ for $profile.menu.entries as $e }}
@@ -34,9 +34,9 @@
                        <span class="city-state-zip">
                                <span class="locality">$profile.locality</span>{{ if $profile.locality }}, {{ endif }}
                                <span class="region">$profile.region</span>
-                               <span class="postal-code">$profile.postal-code</span>
+                               <span class="postal-code">$profile.postal_code</span>
                        </span>
-                       {{ if $profile.country-name }}<span class="country-name">$profile.country-name</span>{{ endif }}
+                       {{ if $profile.country_name }}<span class="country-name">$profile.country_name</span>{{ endif }}
                </div>
                </div>
        {{ endif }}