/indra/newview/skins/default/xui/en/menu_url_agent.xml
XML | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | f773c6e69da586a31be186fcc0407f67 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 2<context_menu 3 layout="topleft" 4 name="Url Popup"> 5 <menu_item_call 6 label="Show Resident Profile" 7 layout="topleft" 8 name="show_agent"> 9 <menu_item_call.on_click 10 function="Url.ShowProfile" /> 11 </menu_item_call> 12 <menu_item_separator 13 layout="topleft" /> 14 <menu_item_call 15 label="Copy Name to clipboard" 16 layout="topleft" 17 name="url_copy_label"> 18 <menu_item_call.on_click 19 function="Url.CopyLabel" /> 20 </menu_item_call> 21 <menu_item_call 22 label="Copy SLurl to clipboard" 23 layout="topleft" 24 name="url_copy"> 25 <menu_item_call.on_click 26 function="Url.CopyUrl" /> 27 </menu_item_call> 28</context_menu>