diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-17 13:22:27 +0300 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-04-17 13:22:27 +0300 |
commit | 5554686b9117901cddb3d36f237622442c1d7a8d (patch) | |
tree | d10ef52054d798e9f228acde7990d5b4298f994a /indra/newview/skins | |
parent | 94dd7b2c0c020bad25dab9472d612f673f136422 (diff) |
SL-19544 WIP show item permissions after item name
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml | 18 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 1 |
2 files changed, 3 insertions, 16 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml b/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml index e7589f889f..574872a870 100644 --- a/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml +++ b/indra/newview/skins/default/xui/en/panel_inventory_gallery_item.xml @@ -13,8 +13,6 @@ layout="topleft" left="0" top="0"> - <string name="worn_string">(worn)</string> - <string name="active_string">(active)</string> <thumbnail name="preview_thumbnail" fallback_image="Thumbnail_Fallback" @@ -62,28 +60,16 @@ length="1" follows="left|top" left="1" - height="10" + height="23" layout="topleft" name="item_name" parse_urls="false" text_readonly_color="White" + word_wrap="true" top="2" width="127" use_ellipses="true"> Item name, folder name. </text> - <text - read_only="true" - length="1" - follows="left|top" - left="1" - height="10" - layout="topleft" - name="suffix_text" - text_readonly_color="InventoryItemLinkColor" - top="13" - width="127"> - (worn) - </text> </panel> </panel> diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 48715d5b32..2fbdaf7bd0 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -2393,6 +2393,7 @@ If you continue to receive this message, please contact Second Life support for <string name="Unconstrained">Unconstrained</string> <!-- use value="" because they have preceding spaces --> + <string name="active" value=" (active)"/> <string name="no_transfer" value=" (no transfer)" /> <string name="no_modify" value=" (no modify)" /> <string name="no_copy" value=" (no copy)" /> |