diff options
author | LanceCorrimal <none@none> | 2012-09-13 23:01:14 +0200 |
---|---|---|
committer | LanceCorrimal <none@none> | 2012-09-13 23:01:14 +0200 |
commit | 80ae45238b3312fd4fdf6730116341f8c1d5d6e4 (patch) | |
tree | f63d4d69fd75a8a7b578360cb8cf2c3198c2cc4b /indra/newview/skins/default/xui/en/panel_people.xml | |
parent | ae127dc01ab10d407cf165ae2ad74060f65c1832 (diff) |
STORM-1910: Adds the count of groups and the remaining free group slots to the group list
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_people.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_people.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_people.xml b/indra/newview/skins/default/xui/en/panel_people.xml index 98c7c49ff4..4383c83a5c 100644 --- a/indra/newview/skins/default/xui/en/panel_people.xml +++ b/indra/newview/skins/default/xui/en/panel_people.xml @@ -434,12 +434,22 @@ Looking for people to hang out with? Try the [secondlife:///app/worldmap World M <group_list allow_select="true" follows="all" - height="356" + height="340" layout="topleft" left="3" name="group_list" top="0" width="307" /> + <text + type="string" + length="1" + follows="left|bottom" + height="14" + layout="topleft" + right="-10" + name="groupcount"> +You belong to [COUNT] groups, and can join [REMAINING] more. + </text> <panel background_visible="true" follows="left|right|bottom" |