1
0
Fork 0

Use profile.about instead of profile.pdesc for profile description

This commit is contained in:
Hypolite Petovan 2020-02-09 02:36:19 -05:00
commit a42104ce43
26 changed files with 45 additions and 45 deletions

View file

@ -732,7 +732,7 @@ input#dfrn-url {
#profile-edit-profile-name-label,
#profile-edit-name-label,
#profile-edit-pdesc-label,
#profile-edit-about-label,
#profile-edit-dob-label,
#profile-edit-address-label,
#profile-edit-locality-label,
@ -748,7 +748,7 @@ input#dfrn-url {
#profile-edit-profile-name,
#profile-edit-name,
#profile-edit-pdesc,
#profile-edit-about,
#profile-edit-dob,
#profile-edit-address,
#profile-edit-locality,
@ -823,7 +823,7 @@ input#dfrn-url {
}
#profile-edit-pdesc-desc,
#profile-edit-about-desc,
#profile-edit-pubkeywords-desc,
#profile-edit-prvkeywords-desc {
float: left;
@ -855,7 +855,7 @@ input#dfrn-url {
}
#profile-edit-name-end,
#profile-edit-pdesc-end,
#profile-edit-about-end,
#profile-edit-dob-end,
#profile-edit-address-end,
#profile-edit-locality-end,

View file

@ -5,7 +5,7 @@
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
{{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
{{if $profile.about}}<div class="title">{{$profile.about}}</div>{{/if}}
<div id="profile-photo-wrapper"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div>
{{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}