diff options
author | Don Kjer <don@lindenlab.com> | 2011-07-09 19:50:36 -0700 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2011-07-09 19:50:36 -0700 |
commit | 782c8a48f1dd56db7c2e5546291d15b78741d455 (patch) | |
tree | 8778611b8c043d18a2ef3988f4b0fd67b323c32b /indra/newview/skins/default/xui/en | |
parent | 121c4034db2de1b73bdab6777f49f302d89af3ca (diff) |
Added L$ price breakdown for model uploads
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_model_preview.xml | 70 |
1 files changed, 53 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_preview.xml b/indra/newview/skins/default/xui/en/floater_model_preview.xml index 52377b60c5..060ddec1f4 100644 --- a/indra/newview/skins/default/xui/en/floater_model_preview.xml +++ b/indra/newview/skins/default/xui/en/floater_model_preview.xml @@ -84,7 +84,7 @@ </text> <text text_color="White" - height="50" + height="40" width="290" top_delta="15" left_delta="0" @@ -92,31 +92,67 @@ parse_urls="true" wrap="true" visible="false"> - You will not be able to complete the final upload of this model to the Second Life servers. [secondlife:///app/floater/learn_more Find out how] to get enabled for mesh model uploads. - </text> + You will not be able to complete the final upload of this model to the Second Life servers. [secondlife:///app/floater/learn_more Find out how] to get enabled for mesh model uploads.</text> <text - height="50" - top_delta="55" + height="65" + top_delta="45" left_delta="0" + name="weights_text" + width="80" + word_wrap="true" + > +Streaming: +Physics: +Simulation: + +Prim equivs: + </text> + + <text + height="65" + top_delta="0" + left_delta="80" name="weights" - width="290" + width="70" word_wrap="true" > - <text - follows="top|left" - >Test0: [EQ] - </text> - <text - >Test: [ST] - </text> -Streaming: [ST] -Simulation: [SIM] -Physics: [PH] -Prim equivs: [EQ] +[ST] +[PH] +[SIM] + +[EQ] </text> + <text + height="65" + top_delta="0" + left_delta="70" + name="price_breakdown_text" + width="80" + word_wrap="true" + > +Streaming: +Physics: +Instances: +Textures: +Model: + </text> + <text + height="65" + top_delta="0" + left_delta="80" + name="price_breakdown" + width="65" + word_wrap="true" + > +L$ [STREAMING] +L$ [PHYSICS] +L$ [INSTANCES] +L$ [TEXTURES] +L$ [MODEL] + </text> <tab_container follows="right|top|bottom" |