diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-14 18:53:26 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2010-01-14 18:53:26 +0200 |
commit | 7ee8096ba718c4549c2a73e60da6b9c5dcc26b02 (patch) | |
tree | 45575d230528599f04cf4bce3106f1c1ad3bcb8d /indra/newview/skins/default/xui/en/panel_group_notices.xml | |
parent | 6649dcc38ea13ecc6390891e9ac6ae606070ce60 (diff) |
Partially fixed normal bug (EXT-4212) There's an ability to send non-latin group
notices but they turn to '????...' in group profile page
- Disabled non-ascii characters in group notice subject editor.
- Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_group_notices.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_notices.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 e096715cee..0d9c2c2162 100644 --- a/indra/newview/skins/default/xui/en/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/en/panel_group_notices.xml @@ -136,6 +136,7 @@ Maximum 200 per group daily left_pad="3" max_length="63" name="create_subject" + prevalidate_callback="ascii" width="220" /> <text follows="left|top" |