Skip to content
Snippets Groups Projects
Commit 474fdccc authored by Jiao Li's avatar Jiao Li
Browse files

make right-side ^^ chevron button and mail icon button spawn a dialog saying...

make right-side ^^ chevron button and mail icon button spawn a dialog saying "not implement yet" or some such

Reviewed by James
parent a4eef8ee
No related branches found
No related tags found
No related merge requests found
...@@ -443,6 +443,13 @@ Go to the Second Life web site for more information on partnering? ...@@ -443,6 +443,13 @@ Go to the Second Life web site for more information on partnering?
Your default permissions may not work in older regions. Your default permissions may not work in older regions.
</notification> </notification>
<notification
icon="alertmodal.tga"
name="ClickUnimplemented"
type="alertmodal">
This feature is yet to be implemented.
</notification>
<notification <notification
icon="alertmodal.tga" icon="alertmodal.tga"
name="ClickWebProfileHelpAvatar" name="ClickWebProfileHelpAvatar"
......
...@@ -33,7 +33,11 @@ ...@@ -33,7 +33,11 @@
<panel follows="left|right" auto_resize="false" width="40" height="28" min_height="28"> <panel follows="left|right" auto_resize="false" width="40" height="28" min_height="28">
<chiclet_notification name="im_well" follows="left|right" auto_resize="false" <chiclet_notification name="im_well" follows="left|right" auto_resize="false"
left="0" bottom="4" width="40" height="25" left="0" bottom="4" width="40" height="25"
image_unselected="im_notifications.tga" image_selected="im_notifications.tga"/> image_unselected="im_notifications.tga" image_selected="im_notifications.tga">
<chiclet_notification.commit_callback
function="Notification.Show"
parameter="ClickUnimplemented" />
</chiclet_notification>
</panel> </panel>
<icon image_name="spacer24.tga" left="0" width="10" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/> <icon image_name="spacer24.tga" left="0" width="10" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
<view_border name="well_separator" bevel_style="in" bottom="0" height="30" width="1" follows="left|right" left="270" mouse_opaque="false" auto_resize="false"/> <view_border name="well_separator" bevel_style="in" bottom="0" height="30" width="1" follows="left|right" left="270" mouse_opaque="false" auto_resize="false"/>
...@@ -41,7 +45,11 @@ ...@@ -41,7 +45,11 @@
<panel follows="left|right" auto_resize="false" width="48" height="28" min_height="28"> <panel follows="left|right" auto_resize="false" width="48" height="28" min_height="28">
<chiclet_notification name="sys_well" follows="left|right" auto_resize="false" <chiclet_notification name="sys_well" follows="left|right" auto_resize="false"
left="0" bottom="5" width="48" height="25" left="0" bottom="5" width="48" height="25"
image_unselected="bottom_tray_sys_notifications.tga" image_selected="bottom_tray_sys_notifications.tga"/> image_unselected="bottom_tray_sys_notifications.tga" image_selected="bottom_tray_sys_notifications.tga">
<chiclet_notification.commit_callback
function="Notification.Show"
parameter="ClickUnimplemented" />
</chiclet_notification>
</panel> </panel>
<icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/> <icon image_name="spacer24.tga" left="0" width="5" height="10" bottom="0" follows="left|right" auto_resize="false" color="0 0 0 0"/>
</layout_stack> </layout_stack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment