diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-08-12 01:12:27 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-08-12 01:12:27 +0000 |
commit | 0bf4b5f2222ffb8171be094613363427f3b8470a (patch) | |
tree | 4b742d6815f44a85c98113e9c5a3017eafc5968d /indra/newview/skins/default/xui/en/panel_side_tray.xml | |
parent | 8d7e56f219d0915e2c4a19baf2809dbc6ede7fa5 (diff) |
merge https://svn.aws.productengine.com/secondlife/export-from-ll@1277 https://svn.aws.productengine.com/secondlife/pe/stable-1@1297 -> viewer-2-0
Fixes:
EXT 208 EXT 366 EXT-211 EXT-245 EXT-246 EXT-278 EXT-279 EXT-280 EXT-298 EXT-301 EXT-304 EXT-311 EXT-317 EXT-318 EXT-319 EXT-339 EXT-343 EXT-344 EXT-346 EXT-349 EXT-350 EXT-351 EXT-354 EXT-355 EXT-358 EXT-360 EXT-362 EXT-369 EXT-372 EXT-374 EXT-381 EXT-382 EXT-383 EXT-395 EXT-396 EXT-412
Other changes:
Movement & Caemra controls work
Profile and Me panel refactoring
Notification refactoring
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_side_tray.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_side_tray.xml | 91 |
1 files changed, 9 insertions, 82 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_side_tray.xml b/indra/newview/skins/default/xui/en/panel_side_tray.xml index 8953633276..a7b66d8555 100644 --- a/indra/newview/skins/default/xui/en/panel_side_tray.xml +++ b/indra/newview/skins/default/xui/en/panel_side_tray.xml @@ -50,9 +50,16 @@ filename="panel_profile_view.xml" border="true" /> + <panel + class="panel_group_info_sidetray" + name="panel_group_info_sidetray" + filename="panel_group_info_sidetray.xml" + label="Group Info" + border="true" + /> + </panel_container> </sidetray_tab> - <!-- *TODO Vadim: isn't the sidetray_tab "label" attribute redundant since we have "tab_title" ? --> <sidetray_tab name="sidebar_places" tab_title="Places" @@ -82,94 +89,14 @@ bg_opaque_color="0.5 0.5 0.5 1.0" > <panel - class="panel_me_profile" + class="panel_me_profile_view" name="panel_me_profile" filename="panel_me_profile.xml" label="Me" border="true" /> </sidetray_tab> - <!-- - <sidetray_tab - name="sidebar_group" - mouse_opaque="false" - background_visible="true" - bg_opaque_color="0.5 0.5 0.5 1.0" - image="icn_voice-groupfocus.tga" - tab_title="Groups" - description="Manage Groups." - > - <accordion_tab - name="group_accordion" - title="Group General" - expanded="true" - collapsible="true" - min_width="200" - min_height="200" - header_visible="true" - > - <panel - class="panel_group_general" - name="panel_group_general" - filename="panel_group_general.xml" - label="Group" - border="true" - /> - </accordion_tab> - <accordion_tab - name="groupland_accordion" - title="Group Land and Money" - expanded="false" - collapsible="true" - min_width="200" - min_height="200" - header_visible="true" - > - <panel - class="panel_group_land" - name="panel_group_land" - filename="panel_group_land_money.xml" - label="Group" - border="true" - /> - </accordion_tab> - <accordion_tab - name="groupnotices_accordion" - title="Group Notices" - expanded="false" - collapsible="true" - min_width="200" - min_height="200" - header_visible="true" - > - <panel - class="panel_group_roles" - name="panel_group_roles" - filename="panel_group_roles.xml" - label="Group" - border="true" - /> - </accordion_tab> - <accordion_tab - name="grouproles_accordion" - title="Group Roles" - expanded="false" - collapsible="true" - min_width="200" - min_height="200" - header_visible="true" - > - <panel - class="panel_group_roles" - name="panel_group_roles" - filename="panel_group_roles.xml" - label="Group" - border="true" - /> - </accordion_tab> - </sidetray_tab> - <sidetray_tab name="sidebar_previews" |