1
0
Fork 0

Merge pull request #8261 from MrPetovan/task/8251-use-about-for-pdesc

Use profile.about for profile description
This commit is contained in:
Michael Vogel 2020-02-10 23:36:59 +01:00 committed by GitHub
commit e80d68ba53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 53 additions and 53 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}}