diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-18 14:41:32 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-18 14:41:32 -0700 |
commit | a99e2475443bebb6b9c9d2c8998300ce50f254a8 (patch) | |
tree | 36feb4d625180b9e2dfd7044f9f205d234a760c6 /indra/newview/skins | |
parent | c52b4e27f2fbeb558eec3ea587fe88f8e5b947dd (diff) |
DD-58 : Implement associate listing UI and primitive
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_associate_listing.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_associate_listing.xml b/indra/newview/skins/default/xui/en/floater_associate_listing.xml new file mode 100755 index 0000000000..e019ed58dd --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_associate_listing.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + can_minimize="false" + height="110" + layout="topleft" + name="associate listing" + help_topic="associate_listing" + title="ASSOCIATE LISTING" + width="375"> + <text + type="string" + length="1" + follows="top|left" + font="SansSerifLarge" + height="16" + layout="topleft" + left="10" + top="25" + name="message"> + Listing ID: + </text> + <line_editor + type="string" + length="1" + follows="top|right" + font="SansSerif" + height="20" + layout="topleft" + left_delta="0" + name="listing_id" + top_pad="5" + width="350"> + Type ID here + </line_editor> + <button + follows="bottom|left" + height="23" + label="OK" + layout="topleft" + left="155" + name="OK" + top_pad="10" + width="100" /> + <button + follows="bottom|right" + height="23" + label="Cancel" + layout="topleft" + left_pad="5" + name="Cancel" + width="100" /> +</floater> |