mirror of
https://github.com/friendica/friendica
synced 2025-04-26 12:30:11 +00:00
tooltip for selecting items
This commit is contained in:
parent
787f079d13
commit
9e2db5d5a6
3 changed files with 4 additions and 4 deletions
|
@ -392,7 +392,7 @@ function conversation(&$a, $items, $mode, $update) {
|
|||
if((intval($item['contact-id']) && $item['contact-id'] == remote_user()) || ($item['uid'] == local_user()))
|
||||
$dropping = true;
|
||||
|
||||
$drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$delete' => t('Delete')));
|
||||
$drop = replace_macros((($dropping)? $droptpl : $fakedrop), array('$id' => $item['id'], '$select' => t('Select'), '$delete' => t('Delete')));
|
||||
|
||||
|
||||
$photo = $item['photo'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue