diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-13 19:49:51 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-01-13 19:49:51 +0200 |
commit | 6ad8674a8c5a87f438aa5ad6230396a859ba268e (patch) | |
tree | 13c56aae408067f130e7619f4bac6c9a2e73cd57 /indra/newview/skins | |
parent | 3398ed6f890def2ab9fa31536d13a38f85847d93 (diff) |
Fixed bug EXT-4210 (Partner in Profile not a Link).
Added an optional "link" parameter to LLNameBox to display the name as a link.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_my_profile.xml | 1 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_my_profile.xml b/indra/newview/skins/default/xui/en/panel_my_profile.xml index 038d48cdd6..a9ff9362a0 100644 --- a/indra/newview/skins/default/xui/en/panel_my_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_my_profile.xml @@ -269,6 +269,7 @@ height="10" layout="topleft" left="0" + link="true" name="partner_text" top="0" width="300" diff --git a/indra/newview/skins/default/xui/en/panel_profile.xml b/indra/newview/skins/default/xui/en/panel_profile.xml index ec697838f6..2cd8940014 100644 --- a/indra/newview/skins/default/xui/en/panel_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_profile.xml @@ -249,6 +249,7 @@ height="10" layout="topleft" left="0" + link="true" name="partner_text" top="0" width="300" |