diff --git a/src/Model/Profile.php b/src/Model/Profile.php index caf0b0869d..28491fb5f0 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -184,16 +184,6 @@ class Profile require_once $theme_info_file; } - if (local_user() && local_user() == $a->profile['uid'] && $profiledata) { - DI::page()['aside'] .= Renderer::replaceMacros( - Renderer::getMarkupTemplate('settings/profile/link.tpl'), - [ - '$editprofile' => DI::l10n()->t('Edit profile'), - '$profid' => $a->profile['id'] - ] - ); - } - $block = ((DI::config()->get('system', 'block_public') && !Session::isAuthenticated()) ? true : false); /** diff --git a/src/Object/Post.php b/src/Object/Post.php index d762420551..8ebc6e265b 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -440,6 +440,7 @@ class Post 'switchcomment' => DI::l10n()->t('Comment'), 'reply_label' => DI::l10n()->t('Reply to %s', $name_e), 'comment' => $comment, + 'menu' => DI::l10n()->t('More'), 'previewing' => $conv->isPreview() ? ' preview ' : '', 'wait' => DI::l10n()->t('Please wait'), 'thread_level' => $thread_level, diff --git a/view/templates/settings/profile/link.tpl b/view/templates/settings/profile/link.tpl deleted file mode 100644 index d387ea683c..0000000000 --- a/view/templates/settings/profile/link.tpl +++ /dev/null @@ -1,2 +0,0 @@ -
- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 337817553a..12a961108d 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1950,7 +1950,7 @@ code > .hl-main { .wall-item-container:hover .wall-item-links, .wall-item-container:hover .wall-item-actions, .wall-item-container:hover .body-attach > a { - opacity: 0.6; + opacity: 1; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index 0fa56352fc..cc661b3d50 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -152,7 +152,7 @@ {{/if}} {{if $nav.contacts}} -+