mirror of
https://github.com/friendica/friendica
synced 2025-05-10 07:04:15 +02:00
Avoid duplicated post button on the contact conversation page (#13867)
* Avoid duplicated post button on the contact conversation page * Updated messages.po
This commit is contained in:
parent
665316c14d
commit
6a6e2cd2a2
3 changed files with 64 additions and 61 deletions
|
@ -107,7 +107,7 @@ class Conversations extends BaseModule
|
|||
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css'));
|
||||
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css'));
|
||||
|
||||
$this->page['aside'] .= Widget\VCard::getHTML($contact);
|
||||
$this->page['aside'] .= Widget\VCard::getHTML($contact, true);
|
||||
|
||||
Nav::setSelected('contact');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue