summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_snapshot_options.xml
blob: 8fc5cd7e63b029d8561f87e256346922eb3ddb9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 follows="all"
 height="240"
 layout="topleft"
 name="panel_snapshot_options"
 width="208">
 <button
   follows="left|top"
   font="SansSerif"
   halign="left"
   height="22"
   image_overlay="Snapshot_Download"
   image_overlay_alignment="left"
   image_top_pad="-0"
   imgoverlay_label_space="10"
   label="Save to Disk"
   layout="topleft"
   left="9"
   name="save_to_computer_btn"
   top_pad="9">
    <button.commit_callback
     function="Snapshot.SaveToComputer" />
  </button>
  <button
   follows="left|top"
   font="SansSerif"
   halign="left"
   height="22"
   image_overlay="Snapshot_Inventory"
   image_overlay_alignment="left"
   image_top_pad="-1"
   imgoverlay_label_space="10"
   label="Save to Inventory (L$[AMOUNT])"
   layout="topleft"
   left_delta="0"
   name="save_to_inventory_btn"
   top_pad="5">
    <button.commit_callback
     function="Snapshot.SaveToInventory" />
  </button>
  <button
   follows="left|top"
   font="SansSerif"
   halign="left"
   height="22"
   image_overlay="Snapshot_Profile"
   image_overlay_alignment="left"
   image_top_pad="-1"
   imgoverlay_label_space="10"
   label="Share to Profile Feed"
   layout="topleft"
   name="save_to_profile_btn"
   left_delta="0"
   top_pad="5">
    <button.commit_callback
     function="Snapshot.SaveToProfile" />
  </button>
  <button
   follows="left|top"
   font="SansSerif"
   halign="left"
   height="22"
   image_overlay="Snapshot_Email"
   image_overlay_alignment="left"
   image_top_pad="0"
   imgoverlay_label_space="10"
   label="Send via E-mail"
   layout="topleft"
   left_delta="0"
   name="save_to_email_btn"
   top_pad="5">
    <button.commit_callback
     function="Snapshot.SaveToEmail" />
  </button>
  <text
   follows="top|left"
   font="SansSerif"
   height="56"
   layout="topleft"
   left="10"
   length="1"
   name="fee_hint_lbl"
   top_pad="7"
   width="200"
   type="string"
   word_wrap="true">
    Fee is based on your subscription level. Higher levels are charged lower fees.
  </text>
</panel>