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

@ -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}}
{{if $profile.picdate}}
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>

View file

@ -20,11 +20,11 @@
<input type="text" size="32" name="name" id="profile-edit-name" value="{{$name.2}}"/>
</div>
<div id="profile-edit-name-end"></div>
<div id="profile-edit-pdesc-wrapper">
<label id="profile-edit-pdesc-label" for="profile-edit-pdesc">{{$pdesc.1}} </label>
<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="{{$pdesc.1}}"/>
<div id="profile-edit-about-wrapper">
<label id="profile-edit-about-label" for="profile-edit-about">{{$about.1}} </label>
<input type="text" size="32" name="about" id="profile-edit-about" value="{{$about.1}}"/>
</div>
<div id="profile-edit-pdesc-end"></div>
<div id="profile-edit-about-end"></div>
<div id="profile-edit-dob-wrapper">
{{$dob nofilter}}
</div>

View file

@ -2,7 +2,7 @@
<div class="vcard h-card">
<div class="fn p-name">{{$name}}</div>
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
{{if $pdesc}}<div class="title p-job-title">{{$pdesc}}</div>{{/if}}
{{if $about}}<div class="title p-job-title">{{$about}}</div>{{/if}}
{{if $url}}
<div id="profile-photo-wrapper"><a href="{{$url}}"><img class="vcard-photo photo u-photo" style="width: 175px; height: 175px;" src="{{$photo}}" alt="{{$name}}" /></a></div>
{{else}}

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}}

View file

@ -41,7 +41,7 @@
{{if $profile.addr}}<div class="p-addr">{{include file="sub/punct_wrap.tpl" text=$profile.addr}}</div>{{/if}}
{{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
{{if $profile.about}}<div class="title">{{$profile.about}}</div>{{/if}}
{{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
</div>

View file

@ -62,7 +62,7 @@
<div class="section-content-tools-wrapper">
{{include file="field_input.tpl" field=$name}}
{{include file="field_input.tpl" field=$pdesc}}
{{include file="field_textarea.tpl" field=$about}}
{{$dob nofilter}}

View file

@ -30,7 +30,7 @@
{{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
{{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
{{if $about}}<div class="title">{{$about}}</div>{{/if}}
{{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
</div>

View file

@ -1945,7 +1945,7 @@ ul.tabs li .active {
padding: 7px;
}
#profile-edit-name-label,
#profile-edit-pdesc-label,
#profile-edit-about-label,
#profile-edit-dob-label,
#profile-edit-address-label,
#profile-edit-locality-label,
@ -1960,7 +1960,7 @@ ul.tabs li .active {
padding-top: 7px;
}
#profile-edit-name,
#profile-edit-pdesc,
#profile-edit-about,
#profile-edit-dob,
#profile-edit-address,
#profile-edit-locality,

View file

@ -1945,7 +1945,7 @@ ul.tabs li .active {
padding: 7px;
}
#profile-edit-name-label,
#profile-edit-pdesc-label,
#profile-edit-about-label,
#profile-edit-dob-label,
#profile-edit-address-label,
#profile-edit-locality-label,
@ -1960,7 +1960,7 @@ ul.tabs li .active {
padding-top: 7px;
}
#profile-edit-name,
#profile-edit-pdesc,
#profile-edit-about,
#profile-edit-dob,
#profile-edit-address,
#profile-edit-locality,

View file

@ -1945,7 +1945,7 @@ ul.tabs li .active {
padding: 7px;
}
#profile-edit-name-label,
#profile-edit-pdesc-label,
#profile-edit-about-label,
#profile-edit-dob-label,
#profile-edit-address-label,
#profile-edit-locality-label,
@ -1960,7 +1960,7 @@ ul.tabs li .active {
padding-top: 7px;
}
#profile-edit-name,
#profile-edit-pdesc,
#profile-edit-about,
#profile-edit-dob,
#profile-edit-address,
#profile-edit-locality,

View file

@ -1238,7 +1238,7 @@ ul.tabs {
padding: 7px;
}
#profile-edit-name-label,
#profile-edit-pdesc-label,
#profile-edit-about-label,
#profile-edit-dob-label,
#profile-edit-address-label,
#profile-edit-locality-label,
@ -1253,7 +1253,7 @@ ul.tabs {
padding-top: 7px;
}
#profile-edit-name,
#profile-edit-pdesc,
#profile-edit-about,
#profile-edit-dob,
#profile-edit-address,
#profile-edit-locality,

View file

@ -17,7 +17,7 @@
{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
{{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
{{if $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}}

View file

@ -11,7 +11,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}}
{{if $profile.picdate}}
<div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>

View file

@ -54,11 +54,11 @@
</div>
<div id="profile-edit-name-end"></div>
<div id="profile-edit-pdesc-wrapper">
<label id="profile-edit-pdesc-label" for="profile-edit-pdesc">{{$pdesc.1}} </label>
<input type="text" size="32" name="pdesc" id="profile-edit-pdesc" value="{{$pdesc.2}}"/>
<div id="profile-edit-about-wrapper">
<label id="profile-edit-about-label" for="profile-edit-about">{{$about.1}} </label>
<input type="text" size="32" name="about" id="profile-edit-about" value="{{$about.2}}"/>
</div>
<div id="profile-edit-pdesc-end"></div>
<div id="profile-edit-about-end"></div>
<div id="profile-edit-xmpp-wrapper">
<label id="profile-edit-xmpp-label" for="profile-edit-xmpp">{{$xmpp.1}} </label>