mirror of
https://github.com/friendica/friendica
synced 2025-04-30 13:44:22 +02:00
Menu option to display the search text
This commit is contained in:
parent
44344af055
commit
50b1de5959
9 changed files with 152 additions and 44 deletions
|
@ -443,6 +443,8 @@ class Item
|
|||
$menu[$this->l10n->t('Languages')] = 'javascript:alert(\'' . ItemModel::getLanguageMessage($item) . '\');';
|
||||
}
|
||||
|
||||
$menu[$this->l10n->t('Search Text')] = 'javascript:displaySearchText(' . $item['uri-id'] . ');';
|
||||
|
||||
if ((($cid == 0) || ($rel == Contact::FOLLOWER)) &&
|
||||
in_array($item['network'], Protocol::FEDERATED)
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue