Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
98bd63e0
Commit
98bd63e0
authored
14 years ago
by
Leyla Farazha
Browse files
Options
Downloads
Patches
Plain Diff
SOCIAL-684 Right-click context menu on People Panel in Basic Mode is missing
parent
8b6bae9a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
indra/newview/skins/minimal/xui/en/menu_people_nearby.xml
+60
-1
60 additions, 1 deletion
indra/newview/skins/minimal/xui/en/menu_people_nearby.xml
with
60 additions
and
1 deletion
indra/newview/skins/minimal/xui/en/menu_people_nearby.xml
+
60
−
1
View file @
98bd63e0
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu/>
<context_menu
layout=
"topleft"
name=
"Avatar Context Menu"
>
<menu_item_call
label=
"View Profile"
layout=
"topleft"
name=
"View Profile"
>
<menu_item_call.on_click
function=
"Avatar.Profile"
/>
</menu_item_call>
<menu_item_call
label=
"Add Friend"
layout=
"topleft"
name=
"Add Friend"
>
<menu_item_call.on_click
function=
"Avatar.AddFriend"
/>
<menu_item_call.on_enable
function=
"Avatar.EnableItem"
parameter=
"can_add"
/>
</menu_item_call>
<menu_item_call
label=
"Remove Friend"
layout=
"topleft"
name=
"Remove Friend"
>
<menu_item_call.on_click
function=
"Avatar.RemoveFriend"
/>
<menu_item_call.on_enable
function=
"Avatar.EnableItem"
parameter=
"can_delete"
/>
</menu_item_call>
<menu_item_call
label=
"IM"
layout=
"topleft"
name=
"IM"
>
<menu_item_call.on_click
function=
"Avatar.IM"
/>
</menu_item_call>
<menu_item_check
label=
"Block/Unblock"
layout=
"topleft"
name=
"Block/Unblock"
>
<menu_item_check.on_click
function=
"Avatar.BlockUnblock"
/>
<menu_item_check.on_check
function=
"Avatar.CheckItem"
parameter=
"is_blocked"
/>
<menu_item_check.on_enable
function=
"Avatar.EnableItem"
parameter=
"can_block"
/>
</menu_item_check>
<menu_item_call
label=
"Offer Teleport"
name=
"teleport"
>
<menu_item_call.on_click
function=
"Avatar.OfferTeleport"
/>
<menu_item_call.on_enable
function=
"Avatar.EnableItem"
parameter=
"can_offer_teleport"
/>
</menu_item_call>
</context_menu>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment