diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-03 19:13:36 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-03 19:13:36 +0200 |
commit | ed40da679530329fce0e7505dc90a898a10d7d86 (patch) | |
tree | 59e790ba858f6a99fcf8629feea85a582244a0f1 /indra/newview/skins/default/xui/en/panel_places.xml | |
parent | 5ea6474aebb7f81ce797de1449863bac1543fb03 (diff) |
Implemented sub-task EXT-1452 '"places" title should not be on this
panel':
- Made LLPlaceInfo a base class for two derived LLPlaceProfile and LLLandmarkInfo classes each representing a separate panel with its own XUI layout.
- Fixed broken title change for Place Profile and Landmark cases.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_places.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_places.xml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_places.xml b/indra/newview/skins/default/xui/en/panel_places.xml index 5aa53ab46b..87ac5be74a 100644 --- a/indra/newview/skins/default/xui/en/panel_places.xml +++ b/indra/newview/skins/default/xui/en/panel_places.xml @@ -40,14 +40,26 @@ background_visible="true" top_pad="10" width="313" /> <panel - class="panel_place_info" - filename="panel_place_info.xml" + class="panel_place_profile" + filename="panel_place_profile.xml" follows="all" height="533" layout="topleft" left="0" help_topic="places_info_tab" - name="panel_place_info" + name="panel_place_profile" + top="5" + visible="false" + width="313" /> + <panel + class="panel_landmark_info" + filename="panel_landmark_info.xml" + follows="all" + height="533" + layout="topleft" + left="0" + help_topic="places_info_tab" + name="panel_landmark_info" top="5" visible="false" width="313" /> |