diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-15 15:50:36 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-03-15 16:04:39 +0200 |
commit | cf15fa72f719a50e008d4310c93ee17643db3313 (patch) | |
tree | ada44a52d1968786fd7942d94bcac4231aefe82d /indra/newview/skins | |
parent | 259c5e3ffe101f75775a9e574e5436b434af58c1 (diff) |
SL-16937 New Profile capability, cap updates #3
Diffstat (limited to 'indra/newview/skins')
4 files changed, 4 insertions, 23 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml index 2c7c8133d1..3680759536 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -245,7 +245,7 @@ layout="topleft" left="123" top="90" - max_length="512" + max_length="65000" name="sl_description_edit" width="157" word_wrap="true"> @@ -300,7 +300,7 @@ height="102" layout="topleft" left="123" - max_length="512" + max_length="65000" top="223" name="fl_description_edit" width="157" diff --git a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml index 7bda6d1718..108eb9443d 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml @@ -44,7 +44,7 @@ layout="topleft" bg_readonly_color="Transparent" border_visible="true" - max_length="253" + max_length="65000" parse_urls="true" word_wrap="true" /> diff --git a/indra/newview/skins/default/xui/en/panel_profile_notes.xml b/indra/newview/skins/default/xui/en/panel_profile_notes.xml index a83635f954..c7dfaa1e67 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_notes.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_notes.xml @@ -9,14 +9,6 @@ follows="all" layout="topleft" > - <!--these strings will be combined into one with different styles--> - <string name="header_symbol_limit"> -Warning: Your notes contain more than 1000 characters. - </string> - <string name="body_symbol_limit"> -Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [[PROFILE_URL] on the web] - </string> - <loading_indicator name="progress_indicator" top="3" @@ -51,17 +43,6 @@ Only first 1000 characters are shown here. If you edit your notes and click OK, word_wrap="true" /> <text - layout="topleft" - follows="left|bottom|right" - top_pad="2" - left="6" - right="-6" - height ="28" - name="character_limit_warning" - word_wrap="true"> - Placeholder: Your notes contain more than 1000 characters. Only first 1000 characters are shown here. If you edit your notes and click OK, the extra characters will be lost. To preserve the extra characters, you must edit it [https://my.secondlife.com/settings/profile on the web] - </text> - <text name="status_message2" value="Allow this avatar to:" top_pad="11" diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index 1b038196ef..816b0b8f5c 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -375,7 +375,7 @@ border_visible="true" font="SansSerifSmall" h_pad="2" - max_length="510" + max_length="65000" parse_urls="true" word_wrap="true" /> |