On second thought, let's reorganize that menu to be more chat oriented
Send IM should be exposed top level Profile should be inside the submenu The submenu should be called Actions
This commit is contained in:
@@ -3,14 +3,13 @@
|
||||
layout="topleft"
|
||||
label="User"
|
||||
name="Url Popup">
|
||||
<menu_item_call
|
||||
label="Profile"
|
||||
layout="topleft"
|
||||
name="show_agent">
|
||||
<menu_item_call.on_click
|
||||
function="Text.Url" userdata="ShowProfile" />
|
||||
<menu_item_call label="Send IM..." name="send_im">
|
||||
<on_click function="Text.Url" userdata="SendIM" />
|
||||
</menu_item_call>
|
||||
<menu name="Avatar" label="Avatar">
|
||||
<menu name="Actions" label="Actions">
|
||||
<menu_item_call label="Profile" name="show_agent">
|
||||
<on_click function="Text.Url" userdata="ShowProfile" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Web Profile" name="Web Profile">
|
||||
<on_click function="Text.Url.Ext" userdata="ShowWebProfile"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="ShowWebProfile"/>
|
||||
@@ -19,13 +18,6 @@
|
||||
<on_click function="Text.Url.Ext" userdata="Pay"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="Pay"/>
|
||||
</menu_item_call>
|
||||
<menu_item_call
|
||||
label="Send IM..."
|
||||
layout="topleft"
|
||||
name="send_im">
|
||||
<menu_item_call.on_click
|
||||
function="Text.Url" userdata="SendIM" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Call" name="Call">
|
||||
<on_click function="Text.Url.Ext" userdata="Call"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="Call"/>
|
||||
|
||||
@@ -3,14 +3,13 @@
|
||||
layout="topleft"
|
||||
label="User"
|
||||
name="Url Mini Popup">
|
||||
<menu_item_call
|
||||
label="Profile"
|
||||
layout="topleft"
|
||||
name="show_agent">
|
||||
<menu_item_call.on_click
|
||||
function="Text.Url" userdata="ShowProfile" />
|
||||
<menu_item_call label="Send IM..." name="send_im">
|
||||
<on_click function="Text.Url" userdata="SendIM" />
|
||||
</menu_item_call>
|
||||
<menu name="Avatar" label="Avatar">
|
||||
<menu name="Actions" label="Actions">
|
||||
<menu_item_call label="Profile" name="show_agent">
|
||||
<on_click function="Text.Url" userdata="ShowProfile" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Web Profile" name="Web Profile">
|
||||
<on_click function="Text.Url.Ext" userdata="ShowWebProfile"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="ShowWebProfile"/>
|
||||
@@ -19,13 +18,6 @@
|
||||
<on_click function="Text.Url.Ext" userdata="Pay"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="Pay"/>
|
||||
</menu_item_call>
|
||||
<menu_item_call
|
||||
label="Send IM..."
|
||||
layout="topleft"
|
||||
name="send_im">
|
||||
<menu_item_call.on_click
|
||||
function="Text.Url" userdata="SendIM" />
|
||||
</menu_item_call>
|
||||
<menu_item_call label="Call" name="Call">
|
||||
<on_click function="Text.Url.Ext" userdata="Call"/>
|
||||
<on_visible function="Text.Url.ExtVisible" userdata="Call"/>
|
||||
|
||||
Reference in New Issue
Block a user