Merge https://github.com/redmatrix/hubzilla into pending_merge
This commit is contained in:
commit
86f840843f
@ -675,6 +675,7 @@ function profiles_content(&$a) {
|
|||||||
'$submit' => t('Submit'),
|
'$submit' => t('Submit'),
|
||||||
'$viewprof' => t('View this profile'),
|
'$viewprof' => t('View this profile'),
|
||||||
'$editvis' => t('Edit visibility'),
|
'$editvis' => t('Edit visibility'),
|
||||||
|
'$coverpic' => t('Change Cover Photo'),
|
||||||
'$profpic' => t('Change Profile Photo'),
|
'$profpic' => t('Change Profile Photo'),
|
||||||
'$cr_prof' => t('Create a new profile using these settings'),
|
'$cr_prof' => t('Create a new profile using these settings'),
|
||||||
'$cl_prof' => t('Clone this profile'),
|
'$cl_prof' => t('Clone this profile'),
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
<div id="profile-edit-links">
|
<div id="profile-edit-links">
|
||||||
<span class="btn btn-default"><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></span>
|
<span class="btn btn-default"><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></span>
|
||||||
|
{{if $is_default}}<span class="btn btn-default"><a href="cover_photo" id="cover-photo_upload-link" title="{{$coverpic}}">{{$coverpic}}</a></span>{{/if}}
|
||||||
<span class="btn btn-default"><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></span>
|
<span class="btn btn-default"><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></span>
|
||||||
{{if ! $is_default}}<span class="btn btn-default"><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></span>{{/if}}
|
{{if ! $is_default}}<span class="btn btn-default"><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></span>{{/if}}
|
||||||
{{if $profile_clone_link}}<span class="btn btn-default"><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></span>{{/if}}
|
{{if $profile_clone_link}}<span class="btn btn-default"><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></span>{{/if}}
|
||||||
|
Reference in New Issue
Block a user