diff options
author | Cho <cho@lindenlab.com> | 2013-06-08 00:48:46 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-08 00:48:46 +0100 |
commit | 54e879cc22ec342f57cec23d38ba269b83489111 (patch) | |
tree | 6d409c356b86f8c493cb8d9d277d84aa4cf58e54 /indra/newview/skins/default/xui/en | |
parent | bee5369b2f2fc0208b1a0645c2702ed1cea43c55 (diff) |
added Facebook status update feature for ACME-502, ACME-503, and ACME-504
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rwxr-xr-x | indra/newview/skins/default/xui/en/menu_viewer.xml | 8 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/notifications.xml | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index e67350722d..2b2ac8c079 100755 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -28,7 +28,13 @@ name="CheckinToFacebook"> <menu_item_call.on_click function="Facebook.Checkin" /> - </menu_item_call> + </menu_item_call> + <menu_item_call + label="Update status on Facebook..." + name="UpdateStatusOnFacebook"> + <menu_item_call.on_click + function="Facebook.UpdateStatus" /> + </menu_item_call> <menu_item_separator/> <menu_item_call label="Appearance..." diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 9d1973f267..31b0d20bd8 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -10124,4 +10124,25 @@ Cannot create large prims that intersect other players. Please re-try when othe yestext="OK"/> </notification> + <notification + icon="alertmodal.tga" + name="FacebookUpdateStatus" + type="alertmodal"> + What's on your mind? (asks Facebook) + <tag>confirm</tag> + <form name="form"> + <input name="message" type="text"> + </input> + <button + default="true" + index="0" + name="OK" + text="OK"/> + <button + index="1" + name="Cancel" + text="Cancel"/> + </form> + </notification> + </notifications> |