diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-01 17:45:18 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-08-01 17:45:18 +0000 |
commit | 32f09b5fc2f06530453502636039fafb0621399b (patch) | |
tree | d49e8c8171c04a106d268f0fa4f36dd228faac55 /view/tpl/profile_edit.tpl | |
parent | f40e315cb9550ac01794ddaef835108e2826b821 (diff) | |
download | volse-hubzilla-32f09b5fc2f06530453502636039fafb0621399b.tar.gz volse-hubzilla-32f09b5fc2f06530453502636039fafb0621399b.tar.bz2 volse-hubzilla-32f09b5fc2f06530453502636039fafb0621399b.zip |
Update nl. Added a link from the edit profile page to the edit visibility page.
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-x | view/tpl/profile_edit.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl index 22e92390b..46548e316 100755 --- a/view/tpl/profile_edit.tpl +++ b/view/tpl/profile_edit.tpl @@ -6,6 +6,7 @@ <ul> <li><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></li> <li><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li> +{{if ! $default}}<li><a href="profperm/{{$profile_id}}" id="profile-edit-view-link" title="{{$editvis}}">{{$editvis}}</a></li>{{/if}} {{if $profile_clone_link}}<li><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></li>{{/if}} <li></li> {{if ! $default}}<li><a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" {{$disabled}} >{{$del_prof}}</a></li>{{/if}} |