diff options
| author | Erica <erica@lindenlab.com> | 2009-11-03 17:35:07 -0800 | 
|---|---|---|
| committer | Erica <erica@lindenlab.com> | 2009-11-03 17:35:07 -0800 | 
| commit | ce3dfcee3bec1ad782128ea891e21130911c9984 (patch) | |
| tree | 2e0a205b71eb129651da47f39b4e1440c1b08324 /indra | |
| parent | 16e08b2610b09c9b955e011452f72b3e2cdf0a69 (diff) | |
EXT-2062  UI of Notice accordion in the Group Profile panel is corrupted, EXT-1528 Widen groups content to match new sidebar width
Diffstat (limited to 'indra')
5 files changed, 468 insertions, 630 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_group_general.xml b/indra/newview/skins/default/xui/en/panel_group_general.xml index a85c55f9b2..4f24c7a745 100644 --- a/indra/newview/skins/default/xui/en/panel_group_general.xml +++ b/indra/newview/skins/default/xui/en/panel_group_general.xml @@ -1,14 +1,14 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel   follows="all" - height="412" +     height="380"   label="General"   class="panel_group_general"   layout="topleft"   left="0"   top="0"   name="general_tab" - width="313"> + width="303">      <panel.string       name="help_text">          The General tab contains general information about this group, a list of members, general Group Preferences and member options. @@ -41,7 +41,7 @@ Hover your mouse over the options for more help.       draw_heading="true"       follows="left|top"       heading_height="16" -     height="160" +     height="130"       layout="topleft"       left_delta="0"       name="visible_members" diff --git a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml index d8d47c4008..63e8ffcb1e 100644 --- a/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml +++ b/indra/newview/skins/default/xui/en/panel_group_info_sidetray.xml @@ -5,7 +5,7 @@ background_visible="true"   height="570"   label="Group Info"   layout="topleft" - min_height="350" + min_height="425"   left="0"   top="20"   name="GroupInfo" @@ -60,7 +60,7 @@ background_visible="true"       top_delta="5"       width="250"       height="20" -     visible="true" /> +     visible="false" />      <texture_picker       follows="left|top"       height="113" @@ -112,33 +112,46 @@ background_visible="true"       left_delta="0"       top_pad="6"       height="23" -     label="Join now!" -     label_selected="Join now!" +     label="JOIN NOW!"       name="btn_join"       visible="true"       width="120" />     <accordion               follows="all" -             height="405" +             height="425"               layout="topleft"               left="0" +             multiple_expansion="false"               name="groups_accordion" -             top_pad="20" -             width="333"> +             top_pad="15" +             width="336">               <accordion_tab                   can_resize="false" +                 expanded="true"                   layout="topleft"                   name="tab_general"                   title="General"> -        <panel -        border="false" -         filename="panel_group_general.xml" +         <scroll_container +         color="DkGray2" +         opaque="true" +         height="323" +         follows="all"           layout="topleft"           left="0" -         help_topic="group_general_tab" -         name="general_tab"           top="0" -         width="333" /> +         name="general_scroll" +         reserve_scroll_corner="false" +         width="333"> +            <panel +            border="false" +             filename="panel_group_general.xml" +             layout="topleft" +             left="0" +             help_topic="group_general_tab" +             name="general_tab" +             top="0" +             width="303" /> +         </scroll_container>           </accordion_tab>           <accordion_tab                   can_resize="false" @@ -146,15 +159,27 @@ background_visible="true"                   layout="topleft"                   name="tab_roles"                   title="Roles"> -        <panel -        border="false" -         filename="panel_group_roles.xml" -         layout="topleft" -         left="0" -         help_topic="group_roles_tab" -         name="roles_tab" -         top="0" -         width="333" /> +               <scroll_container +                  color="DkGray2" +                  opaque="true" +                  height="323" +                  follows="all" +                  layout="topleft" +                  left="0" +                  top="0" +                  name="roles_scroll" +                  reserve_scroll_corner="false" +                  width="333"> +                 <panel +                 border="false" +                  filename="panel_group_roles.xml" +                  layout="topleft" +                  left="0" +                  help_topic="group_roles_tab" +                  name="roles_tab" +                  top="0" +             width="303" /> +         </scroll_container>           </accordion_tab>           <accordion_tab                   can_resize="false" @@ -162,21 +187,45 @@ background_visible="true"                   layout="topleft"                   name="tab_notices"                   title="Notices"> +            <scroll_container +                  color="DkGray2" +                  opaque="true" +                  height="323" +                  follows="all" +                  layout="topleft" +                  left="0" +                  top="0" +                  name="notices_scroll" +                  reserve_scroll_corner="false" +                  width="333">          <panel +        border="false"           filename="panel_group_notices.xml"           layout="topleft"           left="0"           help_topic="group_notices_tab"           name="notices_tab"           top="0" -         width="333" /> +         width="303" /> +         </scroll_container>           </accordion_tab> -                  <accordion_tab +        <accordion_tab                   can_resize="false"                   expanded="false"                   layout="topleft"                   name="tab_notices"                   title="Land/Assets"> +           <scroll_container +                  color="DkGray2" +                  opaque="true" +                  height="323" +                  follows="all" +                  layout="topleft" +                  left="0" +                  top="0" +                  name="land_scroll" +                  reserve_scroll_corner="false" +                  width="333">          <panel          border="false"           filename="panel_group_land_money.xml" @@ -185,41 +234,43 @@ background_visible="true"           help_topic="group_land_money_tab"           name="land_money_tab"           top="0" -         width="333" /> +         width="313" /> +         </scroll_container>           </accordion_tab>           </accordion> -    <button +   <button       follows="top|left" -     height="20" +     height="22"       image_overlay="Refresh_Off"       layout="topleft" +     left="5"       name="btn_refresh"       picture_style="true" -     left="5" -     width="20" /> -     <button -     height="20" -     font="SansSerifSmall" -     label="Save" -     label_selected="Save" -     name="btn_apply" -     left_pad="5" -     width="65" /> -    <button +     top_pad="-15" +     width="23" /> +         <button       height="20"       label="Create" -     label_selected="Create" +     label_selected="New group"       name="btn_create" -     left_pad="5" +     left_pad="10"       visible="false" -     width="65" /> -    <button -     left_pad="5" +     width="100" /> +   <!-- <button +     left_pad="10"       height="20"       label="Cancel"       label_selected="Cancel"       name="btn_cancel"       visible="false" +     width="65" />--> +     <button +     height="20" +     font="SansSerifSmall" +     label="Save" +     label_selected="Save" +     name="btn_apply" +     left_pad="10" +     right="-10"       width="65" /> -  </panel>
\ No newline at end of file diff --git a/indra/newview/skins/default/xui/en/panel_group_land_money.xml b/indra/newview/skins/default/xui/en/panel_group_land_money.xml index c81c7113ae..99fc39c466 100644 --- a/indra/newview/skins/default/xui/en/panel_group_land_money.xml +++ b/indra/newview/skins/default/xui/en/panel_group_land_money.xml @@ -1,25 +1,25 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel - border="true" + border="false"   follows="all"   height="510"   label="Land & L$"   layout="topleft"   left="1"   name="land_money_tab" - top="490" - width="280"> + top="0" + width="313">      <panel.string       name="help_text"> -        Parcels owned by the group are listed along with contribution details. A warning appears until the Total Land in Use is less than or equal to the Total Contribution. The Planning, Details, and Sales tabs provide information about the group's finances. +        Parcels owned by a group are listed along with contribution details. A warning appears until the Total Land in Use is less than or = to the Total Contribution.      </panel.string>      <panel.string       name="cant_view_group_land_text"> -        You do not have permission to view group owned land. +        You don't have permission to view group owned land      </panel.string>      <panel.string       name="cant_view_group_accounting_text"> -        You do not have permission to view the group's accounting information. +        You don't have permission to view the group's accounting information.      </panel.string>      <panel.string       name="loading_txt"> @@ -27,7 +27,7 @@      </panel.string>      <panel.string       name="land_contrib_error"> -        Unable to set your land contribution. +        Unable to set your land contribution      </panel.string>     <!-- <text       type="string" @@ -44,29 +44,29 @@      <scroll_list       draw_heading="true"       follows="top" -     heading_height="14" -     height="100" +     heading_height="20" +     height="150"       layout="topleft" -     left="5" +     left="0"       name="group_parcel_list" -     top_pad="10" -     width="265"> +     top_pad="0" +     width="313">          <scroll_list.columns           label="Parcel"           name="name" -         width="67" /> +         width="78" />          <scroll_list.columns           label="Region"           name="location" -         width="72" /> +         width="78" />          <scroll_list.columns           label="Type"           name="type" -         width="60" /> +         width="70" />          <scroll_list.columns           label="Area"           name="area" -         width="20" /> +         width="50" />          <scroll_list.columns           label=""           name="hidden" @@ -74,14 +74,14 @@      </scroll_list>      <button       follows="top" -     height="20" +     height="23"       label="Map"       label_selected="Map"       layout="topleft" -     left="150"       name="map_button" -     top_pad="10" -     width="125" +     right="-10" +     top_pad="5" +     width="95"       enabled="false" />      <text       type="string" @@ -91,11 +91,12 @@       layout="topleft"       left="5"       name="total_contributed_land_label" -     top_pad="10" +     top_pad="0"       width="130">          Total Contribution:      </text>      <text +    text_color="EmphasisColor"       type="string"       follows="left|top"       height="16" @@ -119,6 +120,7 @@          Total Land In Use:      </text>      <text +    text_color="EmphasisColor"       type="string"       follows="left|top"       height="16" @@ -142,6 +144,7 @@          Land Available:      </text>      <text +    text_color="EmphasisColor"       type="string"       follows="left|top"       height="16" @@ -168,19 +171,19 @@       border_style="line"       border_thickness="1"       follows="left|top" -     height="16" +     height="19"       layout="topleft"       left_pad="5"       max_length="10"       name="your_contribution_line_editor" -     top_delta="-2" +     top_delta="0"       width="95" />      <text       type="string"       follows="left|top"       height="16"       layout="topleft" -     left_pad="5" +     left_pad="3"       name="your_contribution_units"       top_delta="2">          m² @@ -193,13 +196,13 @@       layout="topleft"       left="140"       name="your_contribution_max_value" -     top_pad="0" +     top_pad="2"       width="95">          ([AMOUNT] max)      </text>      <icon       height="16" -     image_name="smicon_warn.tga" +     image_name="notify_next"       layout="topleft"       left="9"       name="group_over_limit_icon" @@ -211,14 +214,14 @@       type="string"       word_wrap="true"       font="SansSerifSmall" -     height="40" +     height="35"       layout="topleft" -     left_pad="5" +     left_pad="0"       name="group_over_limit_text" -     text_color="GroupOverTierColor" +     text_color="EmphasisColor"       top_delta="0" -     width="250"> -        Group members must contribute more land credits to support land in use. +     width="290"> +        Group members must contribute more land credits to support land in use      </text>      <text       type="string" @@ -242,128 +245,126 @@       name="group_money_tab_container"       tab_position="top"       tab_height="20" -     top_pad="10" -     width="265"> +     top_pad="2" +     tab_min_width="70" +     width="300">          <panel -         border="true" +         border="false"           follows="all"           height="180" -         label="Planning" +         label="PLANNING"           layout="topleft" -         left="1" +         left="0"           help_topic="group_money_planning_tab"           name="group_money_planning_tab"           top="5" -         width="265"> +         width="300">              <text_editor               type="string" -             bg_readonly_color="0.784314 0.819608 0.8 1"               follows="all" -             font="Monospace" -             height="168" +             font="SansSerif" +             height="140"               layout="topleft" -             left="8" +             left="0"               max_length="4096"               name="group_money_planning_text" -             top="5" -             width="250" +             top="0" +             width="300"               word_wrap="true"> -                Computing... +                Loading...              </text_editor>          </panel>        <panel -         border="true" -         follows="left|top|right|bottom" +         border="false" +         follows="all"           height="180" -         label="Details" +         label="DETAILS"           layout="topleft" -         left_delta="0" +         left="0"           help_topic="group_money_details_tab"           name="group_money_details_tab" -         top_delta="0" -         width="265"> +         top="5" +         width="300">            <text_editor               type="string" -             bg_readonly_color="0.784314 0.819608 0.8 1"               follows="all" -             font="Monospace"               height="140"               layout="topleft" -             left="8" +             left="0"               max_length="4096"               name="group_money_details_text" -             top="7" -             width="250" +             top="0" +             width="300"               word_wrap="true"> -                Computing... +                Loading...              </text_editor> -          <button -             height="20" -             label="< Earlier" -             label_selected="< Earlier" -             layout="topleft" -             left="5" -             name="earlier_details_button" -             tool_tip="Go back in time" -             top_pad="10" -             width="125" />              <button -             height="20" -             label="Later >" -             label_selected="Later >" -             layout="topleft" -             left_pad="5" +	     follows="left|top" +	     height="23" +	     image_overlay="Arrow_Left_Off" +	     layout="topleft" +	     name="earlier_details_button" +	     picture_style="true" +	     tool_tip="Back" +	     top_pad="3" +             right="-35" +	     width="31" /> +             <button +	     follows="left|top" +	     height="23" +	     image_overlay="Arrow_Right_Off" +	     layout="topleft" +	     left_pad="10"               name="later_details_button" -             tool_tip="Go forward in time" -             top_delta="0" -             width="125" /> +	     picture_style="true" +	     tool_tip="Next" +	     width="31" />          </panel>        <panel -         border="true" -         follows="left|top|right|bottom" +         border="false" +         follows="all"           height="180" -         label="Sales" +         label="SALES"           layout="topleft"           left_delta="0"           help_topic="group_money_sales_tab"           name="group_money_sales_tab"           top_delta="-1" -         width="265"> +         width="300">              <text_editor               type="string" -             bg_readonly_color="0.784314 0.819608 0.8 1"               follows="all" -             font="Monospace"               height="140"               layout="topleft" -             left="8" +             left="0"               max_length="4096"               name="group_money_sales_text" -             top="7" -             width="250" +             top="0" +             width="300"               word_wrap="true"> -                Computing... +                Loading...              </text_editor> -            <button -             height="20" -             label="< Earlier" -             label_selected="< Earlier" -             layout="topleft" -             left="5" -             name="earlier_sales_button" -             tool_tip="Go back in time" -             top_pad="10" -             width="125" /> -            <button -             height="20" -             label="Later >" -             label_selected="Later >" -             layout="topleft" -             left_pad="5" +                         <button +	     follows="left|top" +	     height="23" +	     image_overlay="Arrow_Left_Off" +	     layout="topleft" +	     name="earlier_sales_button" +	     picture_style="true" +	     tool_tip="Back" +	     top_pad="3" +             right="-35" +	     width="31" /> +             <button +	     follows="left|top" +	     height="23" +	     image_overlay="Arrow_Right_Off" +	     layout="topleft" +	     left_pad="10"               name="later_sales_button" -             tool_tip="Go forward in time" -             top_delta="0" -             width="125" /> +	     picture_style="true" +	     tool_tip="Next" +	     width="31" />          </panel>      </tab_container>  </panel> diff --git a/indra/newview/skins/default/xui/en/panel_group_notices.xml b/indra/newview/skins/default/xui/en/panel_group_notices.xml index 0e4d490369..bfb49a60c2 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -1,14 +1,13 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel - border="true"   follows="all"   height="485"   label="Notices"   layout="topleft" - left="1" + left="0"   name="notices_tab" - top="485" - width="280"> + top="0" + width="313">      <panel.string       name="help_text">          Notices are a quick way to communicate across a  @@ -20,60 +19,48 @@ the General tab.      </panel.string>      <panel.string       name="no_notices_text"> -        There are no past notices. +        There are no past notices      </panel.string> -     <!--<text -      follows="left|top" -     type="string" -     font="SansSerifBig" -     height="16" -     layout="topleft" -     left="10" -     name="lbl" -     top_pad="10" -     width="269"> -        Group Notices Archive -    </text> -->      <text        follows="left|top"       type="string"       word_wrap="true" -     height="40" +     height="30"       layout="topleft" -     left_delta="10" +     left="10"       name="lbl2" -     text_color="EmphasisColor" -     top_pad="10" -     width="270"> -        Notices are kept for 14 days. Notice lists are limited to 200 notices per group on a daily basis. +     top="5" +     width="300"> +     Notices are kept for 14 days +Groups are limited to 200 notices/group daily      </text>      <scroll_list        follows="left|top"       column_padding="0"       draw_heading="true" -     heading_height="14" -     height="109" +     heading_height="16" +     height="125"       layout="topleft" -     left_delta="0" +     left="0"       name="notice_list"       top_pad="0" -     width="265"> +     width="303">          <scroll_list.columns           label=""           name="icon" -         width="16" /> +         width="20" />          <scroll_list.columns           label="Subject"           name="subject" -         width="100" /> +         width="125" />          <scroll_list.columns           label="From"           name="from" -         width="83" /> +         width="90" />          <scroll_list.columns           label="Date"           name="date" -         width="50" /> +         width="30" />          <scroll_list.columns           name="sort"           width="-1" /> @@ -84,39 +71,42 @@ the General tab.       layout="topleft"       name="notice_list_none_found"       visible="false"> -        None found. +        None found      </text> -    <button -      follows="left|top" -     height="20" -     font="SansSerifSmall" -     label="New Notice" -     label_selected="Create New Notice" -     layout="topleft" -     left_delta="0" -     name="create_new_notice" -     top_delta="4" -     width="125" /> -    <button -      follows="left|top" -     height="20" -     font="SansSerifSmall" -     label="Refresh" -     label_selected="Refresh List" +         <button +       follows="bottom|left" +       height="18" +       image_selected="AddItem_Press" +       image_unselected="AddItem_Off" +       image_disabled="AddItem_Disabled" +       layout="topleft" +       label="Create a new notice" +       left="15" +       name="create_new_notice" +       picture_style="true" +       tool_tip="Create a new notice" +     top_delta="-5" +       width="18" /> +     <button +     follows="top|left" +     height="22" +     image_overlay="Refresh_Off"       layout="topleft" -     left_pad="12"       name="refresh_notices" -     top_delta="0" -     width="125" /> +     picture_style="true" +     right="-5" +     top_delta="5" +     width="23" />      <panel       follows="left|top" -     height="268" +     height="300"       label="Create New Notice"       layout="topleft"       left="0" -     name="panel_create_new_notice"       top_pad="10" -     width="265"> +     visible="false" +     name="panel_create_new_notice" +     width="303">          <text           follows="left|top"           type="string" @@ -127,30 +117,16 @@ the General tab.           mouse_opaque="false"           name="lbl"           text_color="EmphasisColor" -         top_pad="0" -         width="265"> +         top="0" +         width="200">              Create a Notice          </text>          <text           follows="left|top"           type="string" -         word_wrap="true" -         height="90" -         layout="topleft" -         left_delta="0" -         name="lbl2" -         text_color="EmphasisColor" -         top_pad="4" -         width="195"> -            You can add a single item to a notice by dragging it from your inventory to this panel. Attached items must be copiable and transferrable, and you can't send a folder. -        </text> -        <text -         follows="left|top" -         type="string"           halign="left"           height="16"           layout="topleft" -         left_delta="0"           name="lbl3"           top_pad="10"           width="60"> @@ -164,8 +140,7 @@ the General tab.           left_pad="3"           max_length="63"           name="create_subject" -         top_delta="-1" -         width="200" /> +         width="220" />          <text           follows="left|top"           type="string" @@ -174,106 +149,100 @@ the General tab.           layout="topleft"           left="10"           name="lbl4" -         top_pad="10" +         top_pad="5"           width="60">              Message:          </text>          <text_editor -         height="75" +         height="90"           layout="topleft"           left_pad="3"           max_length="511"           name="create_message"           top_delta="0" -         width="200" +         width="220"           word_wrap="true" />          <text           follows="left|top"           type="string"           halign="left" -         height="16" +         height="14"           layout="topleft"           left="10"           name="lbl5" -         top_pad="10" -         width="60"> +         width="200">              Attach:          </text>          <line_editor           enabled="false" -         height="16" +         height="19"           layout="topleft" -         left_pad="3" -         max_length="63" +         max_length="90"           mouse_opaque="false"           name="create_inventory_name" -         top_delta="0" -         width="200" /> +         top_pad="2" +         width="285" /> +        <text +        text_color="EmphasisColor" +         follows="left|top" +         type="string" +         halign="right" +         height="34" +         layout="topleft" +         left="10" +         name="string" +         top_pad="15" +         word_wrap="true" +         width="150"> +            Drag here to attach something -- > +        </text>          <icon -         height="16" +         height="72" +         image_name="DropTarget"           layout="topleft" -         left_delta="0" -         name="create_inv_icon" -         top_delta="0" -         width="16" /> +         left_pad="10" +         mouse_opaque="true" +         name="drop_icon" +         top_delta="-10" +         width="72" />          <button           follows="left|top" -         height="20" -         font="SansSerifSmall" -         label="Remove Attachment" -         label_selected="Remove Attachment" +         height="23" +         label="Remove"           layout="topleft" -         left="10" +         left="70"           name="remove_attachment" -         top_pad="10" -         width="135" /> +         top_delta="45" +         width="90" />          <button           follows="left|top" -         height="20" -         font="SansSerifSmall" +         height="23"           label="Send"           label_selected="Send Notice"           layout="topleft" -         left_delta="138" +         right="-10" +         top_pad="20"           name="send_notice" -         top_delta="0" -         width="125" /> -        <panel -         bevel_style="in" -         border="true" -         height="71" -         layout="topleft" -         left="200" -         name="drop_target2" -         top="20" -         width="71" /> -        <icon -         height="59" -         image_name="icon_groupnoticeinventory.tga" -         layout="topleft" -         left_delta="6" -         mouse_opaque="true" -         name="drop_icon" -         top="26" -         width="59" /> -        <group_drop_target +         width="100" /> +      <group_drop_target           height="466" -         layout="topleft" +         top="0"           left="0" +         layout="topleft"           name="drop_target"           tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." -         top="-198" -         width="280" /> +         width="295" />     </panel>       <panel       follows="left|top" -     height="268" +     height="300"       label="View Past Notice"       layout="topleft"       left="0" +     visible="true"       name="panel_view_past_notice" -     top="197" -     width="265"> +     top="180" +     width="303">          <text           type="string"           font="SansSerifBig" @@ -294,9 +263,9 @@ the General tab.           layout="topleft"           left_delta="0"           name="lbl2" -         top_pad="4" +         top_pad="2"           width="265"> -            To send a new notice, click the 'New Notice' button above. +            To send a new notice, click the + button          </text>          <text           type="string" @@ -305,7 +274,7 @@ the General tab.           layout="topleft"           left_delta="0"           name="lbl3" -         top_pad="24" +         top_pad="15"           visible="false"           width="60">              Subject: @@ -336,13 +305,13 @@ the General tab.          </text>          <text_editor           enabled="false" -         height="150" +         height="205"           layout="topleft"           left="10"           max_length="511"           name="view_message"           top_delta="-35" -         width="260" +         width="285"           word_wrap="true" />          <line_editor           enabled="false" @@ -353,7 +322,7 @@ the General tab.           mouse_opaque="false"           name="view_inventory_name"           top_pad="10" -         width="260" /> +         width="285" />          <icon           height="16"           layout="topleft" @@ -363,14 +332,12 @@ the General tab.           width="16" />          <button           follows="left|top" -         height="20" -         font="SansSerifSmall" -         label="Open Attachment" -         label_selected="Open Attachment" +         height="23" +         label="Open attachment"           layout="topleft" -         left_delta="0" +         right="-10"           name="open_attachment" -         top_pad="10" +         top_pad="5"           width="135" />          </panel>  </panel> diff --git a/indra/newview/skins/default/xui/en/panel_group_roles.xml b/indra/newview/skins/default/xui/en/panel_group_roles.xml index e87859f788..5ed464bcec 100644 --- a/indra/newview/skins/default/xui/en/panel_group_roles.xml +++ b/indra/newview/skins/default/xui/en/panel_group_roles.xml @@ -1,7 +1,7 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel   border="false" - height="412" + height="552"   label="Members & Roles"   layout="topleft"   left="0" @@ -18,158 +18,28 @@      </panel.string>      <panel.string       name="help_text" /> -    <!--<panel -     follows="left|top" -     height="80" -     layout="topleft" -     left="10" -     name="members_header" -     top_pad="10" -     width="270"> -        <text -         type="string" -         font="SansSerifBig" -         height="16" -         layout="topleft" -         left="0" -         name="static" -         top="0" -         width="270"> -            Members & Roles -        </text> -        <text -         type="string" -         word_wrap="true" -         height="40" -         layout="topleft" -         left_delta="0" -         name="static2" -         top_pad="4" -         width="270"> -            Group Members are assigned Roles with Abilities. These settings can easily be customized, allowing for greater organization and flexibility. -        </text> -    </panel> -    <panel -     follows="left|top" -     height="24" -     layout="topleft" -     left_delta="0" -     name="roles_header" -     top_delta="0" -     visible="false" -     width="270"> -        <text -         type="string" -         font="SansSerifBig" -         height="16" -         layout="topleft" -         left="0" -         name="static" -         top="0" -         width="270"> -            Roles -        </text> -        <text -         type="string" -         word_wrap="true" -         height="40" -         layout="topleft" -         left_delta="0" -         name="role_properties_modifiable" -         top_pad="4" -         visible="false" -         width="270"> -            Select a Role below.  You can modify its Name, Description and Member Title. -        </text> -        <text -         type="string" -         word_wrap="true" -         height="40" -         layout="topleft" -         left_delta="0" -         name="role_properties_not_modifiable" -         top_delta="0" -         width="270"> -            Select a Role below to see its properties, Members and allowed Abilities. -        </text> -        <text -         type="string" -         word_wrap="true" -         height="16" -         layout="topleft" -         left_delta="0" -         name="role_actions_modifiable" -         top_delta="24" -         visible="false" -         width="270"> -            You can also assign Abilities to the Role. -        </text> -        <text -         type="string" -         word_wrap="true" -         height="16" -         layout="topleft" -         left_delta="0" -         name="role_actions_not_modifiable" -         top_delta="0" -         width="270"> -            You may view, but not modify, assigned Abilities. -        </text> -    </panel> -    <panel -     follows="left|top" -     height="24" -     layout="topleft" -     left_delta="0" -     name="actions_header" -     top_delta="0" -     visible="false" -     width="270"> -        <text -         type="string" -         font="SansSerifBig" -         height="16" -         layout="topleft" -         left="0" -         name="static" -         top="0" -         width="270"> -            Abilities -        </text> -        <text -         type="string" -         word_wrap="true" -         height="40" -         layout="topleft" -         left_delta="0" -         name="static2" -         top_pad="4" -         width="270"> -            You can view an Ability's Description and which Roles and Members can execute the Ability. -        </text> -    </panel> -->      <tab_container -    border="true" +    border="false"       follows="left|top" -     height="260" +     height="245"       halign="center"       layout="topleft"       left="5"       name="roles_tab_container"       tab_position="top"       tab_height="20" -     top="0" +     tab_min_width="96" +     top="3"       width="303">          <panel           border="false" -         height="260" -         label="Members" +         height="220" +         label="MEMBERS"           layout="topleft" -         left="1" +         left="0"           help_topic="roles_members_tab"           name="members_sub_tab"           tool_tip="Members" -         top="17"           class="panel_group_members_subtab"           width="300">              <panel.string @@ -187,8 +57,7 @@ clicking on their names.           follows="left|top|right"           max_length="250"           label="Filter Members" -         name="filter_input" -         font="SansSerif" /> +         name="filter_input" />            <!--  <button               enabled="false"               font="SansSerifSmall" @@ -229,6 +98,7 @@ clicking on their names.               font="SansSerifSmall"               label="Invite"               layout="topleft" +             left="5"               name="member_invite"               top_pad="3"               width="100" /> @@ -238,8 +108,10 @@ clicking on their names.               label="Eject"               layout="topleft"               left_pad="5" +             right="-5"               name="member_eject"               width="100" /> +             <!--What is this?-->              <icon               height="16"               image_name="Inv_FolderClosed" @@ -250,15 +122,14 @@ clicking on their names.          </panel>          <panel           border="false" -         height="164" -         label="Roles" +         height="220" +         label="ROLES"           layout="topleft" -         left_delta="0" +         left="0"           help_topic="roles_roles_tab"           name="roles_sub_tab"           class="panel_group_roles_subtab" -         top="17" -         width="265"> +         width="300">              <panel.string               name="help_text">                  Roles have a title and an allowed list of Abilities @@ -282,40 +153,19 @@ including the Everyone and Owner Roles.               name="power_partial_icon">                  checkbox_enabled_false.tga              </panel.string> -            <filter_editor -            layout="topleft" -            top="10" -            left="4" -            width="260" -            height="20" -            follows="left|top|right" -            max_length="250" -            label="Filter Roles" -            name="filter_input" -            font="SansSerif" /> -            <!--<line_editor -             border_style="line" -             border_thickness="1" -             follows="left|top" -             height="16" -             layout="topleft" -             left="4" -             max_length="63" -             name="search_text" -             top="10" -             width="90" /> -            <button -             font="SansSerifSmall" -             height="20" -             label="Search" -             layout="topleft" -             left_pad="5" -             name="search_button" -             top_delta="-2" -             width="80" /> +         <filter_editor +         layout="topleft" +         top="10" +         left="4" +         width="280" +         height="20" +         follows="left|top|right" +         max_length="250" +         label="Filter Roles" +         name="filter_input" /> +            <!--              <button               enabled="false" -             font="SansSerifSmall"               height="20"               label="Show All"               layout="topleft" @@ -326,11 +176,13 @@ including the Everyone and Owner Roles.              <scroll_list               column_padding="0"               draw_heading="true" +             draw_stripes="false"               follows="left|top"               heading_height="20"               height="150"               layout="topleft" -             left="4" +             search_column="1" +             left="0"               name="role_list"               top_pad="4"               width="300"> @@ -352,7 +204,7 @@ including the Everyone and Owner Roles.               font="SansSerifSmall"               label="Add Role"               layout="topleft" -             left_delta="0" +             left="5"               name="role_create"               top_pad="6"               width="125" /> @@ -362,20 +214,20 @@ including the Everyone and Owner Roles.               label="Delete Role"               layout="topleft"               left_pad="5" +             right="-5"               name="role_delete"               top_delta="0"               width="125" />          </panel>          <panel           border="false" -         height="164" -         label="Abilities" +         height="220" +         label="ABILITIES"           layout="topleft" -         left_delta="0" +         left="0"           help_topic="roles_actions_tab"           name="actions_sub_tab"           class="panel_group_actions_subtab" -         top="17"           tool_tip="You can view an Ability's Description and which Roles and Members can execute the Ability."           width="300">              <panel.string @@ -383,37 +235,17 @@ including the Everyone and Owner Roles.                  Abilities allow Members in Roles to do specific  things in this group. There's a broad variety of Abilities.              </panel.string> -            <filter_editor -            layout="topleft" -            top="10" -            left="4" -            width="255" -            height="20" -            follows="left|top|right" -            max_length="250" -            label="Filter Abilities" -            name="filter_input" -            font="SansSerif" /> -            <!--<line_editor -             border_style="line" -             border_thickness="1" -             follows="left|top" -             height="16" -             layout="topleft" -             left="4" -             max_length="63" -             name="search_text" -             top="10" -             width="90" /> -            <button -             font="SansSerifSmall" -             height="20" -             label="Search" -             layout="topleft" -             left_pad="5" -             name="search_button" -             top_delta="-2" -             width="80" /> +         <filter_editor +         layout="topleft" +         top="10" +         left="4" +         width="280" +         height="20" +         follows="left|top|right" +         max_length="250" +         label="Filter Abilities" +         name="filter_input" /> +            <!--              <button               enabled="false"               font="SansSerifSmall" @@ -428,19 +260,19 @@ things in this group. There's a broad variety of Abilities.               column_padding="0"               draw_stripes="false"               follows="left|top" -             height="100" +             height="160"               layout="topleft" -             left="6" +             left="0"               multi_select="true"               name="action_list"               search_column="1"               tool_tip="Select an Ability to view more details"               top_pad="6" -             width="255"> +             width="300">                  <scroll_list.columns                   label=""                   name="icon" -                 width="18" /> +                 width="16" />                  <scroll_list.columns                   label=""                   name="action" @@ -448,7 +280,7 @@ things in this group. There's a broad variety of Abilities.              </scroll_list>              <icon               height="16" -             image_name="inv_folder_plain_closed.tga" +             image_name="Inv_FolderClosed"               layout="topleft"               name="power_folder_icon"               visible="false" @@ -456,105 +288,93 @@ things in this group. There's a broad variety of Abilities.          </panel>      </tab_container>      <panel -     height="150" +     height="252"       layout="topleft"       follows="left|top"       left="10"       name="members_footer" -     top_pad="2" +     top_pad="10" +     top_delta="0"       width="300">          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft"           follows="left|top"           left="0"           name="static" -         top_pad="0" -         width="100"> +         top_pad="5" +         width="295">              Assigned Roles          </text> -        <text -         type="string" -         font="SansSerif" -         height="16" -         layout="topleft" -         follows="left|top" -         left_pad="35" -         name="static2" -         top_delta="0" -         width="100"> -            Allowed Abilities -        </text>          <scroll_list           draw_stripes="false"           follows="left|top" -         height="150" +         height="80"           layout="topleft"           left="0"           name="member_assigned_roles" -         top_pad="5" -         width="130"> +         top_pad="0" +         width="295">              <scroll_list.columns               label=""               name="checkbox" -             width="18" /> +             width="30" />              <scroll_list.columns               label=""               name="role" -             width="107" /> +             width="265" />          </scroll_list> -        <scroll_list -         draw_stripes="false" -         height="150" +                 <text +         type="string" +         height="16"           layout="topleft"           follows="left|top" -         left_pad="5" +         left="0" +         name="static2" +         top_pad="5" +         width="295"> +            Allowed Abilities +        </text> +         <scroll_list +         draw_stripes="false" +         height="80" +         layout="topleft" +         left="0"           name="member_allowed_actions" +         search_column="2"           tool_tip="For details of each allowed ability see the abilities tab" -         top_delta="0" -         width="130"> +         top_pad="0" +         width="295">              <scroll_list.columns               label=""               name="icon" -             width="14" /> +             width="20" />              <scroll_list.columns               label=""               name="action" -             width="126" /> +             width="275" />          </scroll_list>      </panel>      <panel -     height="252" +     height="297"       layout="topleft" -     left_delta="0" +     left="10"       name="roles_footer"       top_delta="0" +     top="245"       visible="false" -     width="270"> +     width="300">          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft"           left="0"           name="static"           top="0" -         width="100"> +         width="140">              Name          </text> -        <text -         type="string" -         font="SansSerif" -         height="16" -         layout="topleft" -         left_pad="35" -         name="static2" -         top_delta="0" -         width="100"> -            Description -        </text>          <line_editor           type="string"           border_style="line" @@ -563,21 +383,19 @@ things in this group. There's a broad variety of Abilities.           height="20"           layout="topleft"           left="0" -         max_length="20" +         max_length="295"           name="role_name"           top_pad="0" -         width="130"> +         width="295">              Employees          </line_editor>          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft" -         left_delta="0"           name="static3" -         top_pad="10" -         width="100"> +         top_pad="5" +         width="295">              Title          </text>          <line_editor @@ -587,158 +405,159 @@ things in this group. There's a broad variety of Abilities.           follows="left|top"           height="20"           layout="topleft" -         left_delta="0" -         max_length="20" +         max_length="295"           name="role_title"           top_pad="0" -         width="130"> -            (waiting) +         width="295"> +          (waiting)          </line_editor> +                <text +         type="string" +         height="16" +         layout="topleft" +         left="0" +         name="static2" +         top_pad="5" +         width="100"> +            Description +        </text>          <text_editor           type="string"           halign="left" -         height="48" +         height="35"           layout="topleft" -         left="135" -         max_length="254" +         left="0" +         max_length="295"           name="role_description" -         top="16" -         width="130" +         top_pad="0" +         width="295"           word_wrap="true"> -            (waiting) +          (waiting)          </text_editor>          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft" +         follows="left|top"           left="0" -         name="static4" -         top="85" -         width="120"> -            Assigned Members -        </text> -        <text -         type="string" -         font="SansSerif" -         height="16" -         layout="topleft" -         left_pad="15" -         name="static5" -         tool_tip="A list of abilities the currently selected role can perform" -         top_delta="0" -         width="100"> -            Allowed Abilities +         name="static" +         top_pad="5" +         width="295"> +            Assigned Roles          </text>          <name_list           draw_stripes="false" -         height="150" +         height="50"           layout="topleft"           left="0"           name="role_assigned_members"           top_pad="0" -         width="130" /> +         width="295" />          <check_box -         height="16" -         label="Members are visible" +         height="15" +         label="Reveal members"           layout="topleft" -         left_delta="0"           name="role_visible_in_list"           tool_tip="Sets whether members of this role are visible in the General tab to people outside of the group." -         top_pad="10" -         width="130" /> +         top_pad="3" +         width="290" /> +         <text +         type="string" +         height="16" +         layout="topleft" +         follows="left|top" +         left="0" +         name="static2" +         top_pad="5" +         width="295"> +            Allowed Abilities +        </text>          <scroll_list           draw_stripes="false" -         height="150" +         height="50"           layout="topleft" -         left="135" +         left="0"           name="role_allowed_actions"           search_column="2"           tool_tip="For details of each allowed ability see the abilities tab" -         top="101" -         width="130"> +         top_pad="0" +         width="295">              <scroll_list.columns               label=""               name="icon" -             width="2" /> +             width="20" />              <scroll_list.columns               label=""               name="checkbox" -             width="16" /> +             width="20" />              <scroll_list.columns               label=""               name="action" -             width="220" /> +             width="250" />          </scroll_list>      </panel>     <panel -     height="215" +     height="303"       layout="topleft" -     left_delta="0" +     left="10"       name="actions_footer"       top_delta="0" +     top="245"       visible="false" -     width="265"> +     width="300">          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft" -         left="0"           name="static" -         top="0"           width="200"> -            Description +            Ability description          </text>          <text_editor           type="string"           enabled="false"           halign="left" -         height="48" +         height="80"           layout="topleft"           left_delta="0"           max_length="512"           name="action_description"           top_pad="0" -         width="265" +         width="295"           word_wrap="true">              This Ability is 'Eject Members from this Group'. Only an Owner can eject another Owner.          </text_editor>          <text           type="string" -         font="SansSerif"           height="16"           layout="topleft"           left_delta="0"           name="static2" -         top_pad="10" -         width="125"> -            Roles with Ability +         top_pad="5" +         width="295"> +            Roles with this ability          </text> -        <text +        <scroll_list +         height="60" +         layout="topleft" +         left="0" +         name="action_roles" +         top_pad="0" +         width="295" /> +                 <text           type="string" -         font="SansSerif"           height="16"           layout="topleft" -         left_pad="10"           name="static3" -         top_delta="0" -         width="125"> -            Members with Ability +         top_pad="5" +         width="295"> +            Members with this ability          </text> -        <scroll_list -         height="150" -         layout="topleft" -         left="0" -         name="action_roles" -         top="90" -         width="130" />          <name_list -         height="150" +         height="100"           layout="topleft" -         left_pad="5"           name="action_members" -         top_delta="0" -         width="130" /> +         top_pad="0" +         width="295" />      </panel>  </panel> | 
