diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-14 01:05:08 -0400 |
commit | 975781d3e23e6beb2ac86b191c7c12b7347c1705 (patch) | |
tree | 62ee6d6f1e983c4003e170eed41d4fd495f50b17 /view/theme/dispy-dark/profile_vcard.tpl | |
parent | a2073bcfc05abadc3e967f40c66d1fa674bba0d3 (diff) | |
download | volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.gz volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.tar.bz2 volse-hubzilla-975781d3e23e6beb2ac86b191c7c12b7347c1705.zip |
massive work done to both dispys, mostly -dark
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/profile_vcard.tpl')
-rw-r--r-- | view/theme/dispy-dark/profile_vcard.tpl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/dispy-dark/profile_vcard.tpl b/view/theme/dispy-dark/profile_vcard.tpl index 0c289d982..5cb567f5a 100644 --- a/view/theme/dispy-dark/profile_vcard.tpl +++ b/view/theme/dispy-dark/profile_vcard.tpl @@ -6,13 +6,17 @@ <div class="title">$profile.pdesc</div> {{ endif }} <div id="profile-photo-wrapper"> - <img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name" /> + <img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name" /> + <div class="profile-edit-side-div"> + <a class="profile-edit-side-link icon edit" title="$profile.$editprofile" href="profiles/$profile.id" ></a> + </div> + <div class="clear"></div> </div> {{ if $location }} <div class="location"> <span class="location-label">$location</span> - <div class="adr"> + <address class="adr"> {{ if $profile.address }} <div class="street-address">$profile.address</div>{{ endif }} <span class="city-state-zip">$profile.zip</span> @@ -20,7 +24,7 @@ <span class="region">$profile.region</span> <span class="postal-code">$profile.postal-code</span> {{ if $profile.country-name }}<span class="country-name">$profile.country-name</span>{{ endif }} - </div> + </address> </div> {{ endif }} |