diff options
author | Jonathan Yap <none@none> | 2012-01-29 15:34:51 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-01-29 15:34:51 -0500 |
commit | 619f737abb5c12022537c1f6715d60860152ec79 (patch) | |
tree | 5518eefe15bdf2aa8ac1bfd3b8a90df259b5df81 /indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml | |
parent | 79f1cd0a73bd86ff545ad78b9b1878e350d77416 (diff) |
STORM-1803 Adding raw anim file upload support
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml b/indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml new file mode 100644 index 0000000000..b5538a511c --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_animation_anim_preview.xml @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + height="190" + layout="topleft" + name="Anim Preview" + help_topic="animation_anim_preview" + title="ANIMATION.ANIM" + width="300"> + <text + type="string" + length="1" + follows="left|top" + height="15" + layout="topleft" + left="10" + mouse_opaque="false" + name="name_label" + top="20" + width="275"> + Name: + </text> + <line_editor + border_style="line" + border_thickness="1" + follows="left|top|right" + height="19" + layout="topleft" + left_delta="0" + max_length_bytes="63" + name="name_form" + top_pad="0" + width="280" /> + <text + type="string" + length="1" + follows="left|top" + height="15" + layout="topleft" + left_delta="0" + mouse_opaque="false" + name="description_label" + top_pad="10" + width="270"> + Description: + </text> + <line_editor + border_style="line" + border_thickness="1" + follows="left|top|right" + height="19" + layout="topleft" + left_delta="0" + max_length_bytes="127" + name="description_form" + top_pad="0" + width="280" /> + <button + follows="left|bottom" + height="22" + label="Upload (L$[AMOUNT])" + layout="topleft" + left="45" + name="ok_btn" + top_pad="60" + width="150" /> + <button + follows="right|bottom" + height="22" + label="Cancel" + label_selected="Cancel" + layout="topleft" + name="cancel_btn" + left_pad="5" + width="90" /> +</floater> |