summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_display_name.xml
blob: 9a9fd32a773b3a07584c45368ce4f062d17bc6de (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
91
92
93
94
95
96
97
98
99
100
101
102
103
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
 legacy_header_height="18"
 can_minimize="false"
 can_close="false" 
 height="300"
 layout="topleft"
 name="Display Name"
 help_topic="display_name"
 save_rect="false"
 title="CHANGE DISPLAY NAME" 
 width="445">
    <text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="40"
     layout="topleft"
     left="25"
     name="info_text"
     top="40"
     use_ellipses="true"
     width="380"
     wrap="true">
      The name you give your avatar is called your Display Name. You can change it once a week.
    </text>
	<text
     type="string"
     length="1"
     follows="left|top"
     font="SansSerif"
     height="25"
     layout="topleft"
     left="25"
	 text_color="EmphasisColor" 
     name="lockout_text"
     top="80"
     use_ellipses="true"
	 visible="false" 
     width="410"
     wrap="true">
		You cannot change your Display Name until: [TIME].
	</text>
    <text
      top_pad="10"
      width="150"
      height="20"
      font="SansSerif"
      name="set_name_label">
      New Display Name:
    </text>
    <line_editor
      width="330"
      name="display_name_editor"
      max_length_chars="31"
      height="20"
      top_pad="5"
      left="50" />
	<text
       top_pad="15"
       left="25"
       width="300"
       height="20"
      font="SansSerif"
    name="name_confirm_label">
      Type your new name again to confirm:
    </text>
    <line_editor
      width="330"
      name="display_name_confirm"
      max_length_chars="31"
      height="20"
      top_pad="5"
      left="50" />
    <button
     height="23"
     label="Save"
     layout="topleft"
     font="SansSerif"
     left="35"
     name="save_btn"
     tool_tip="Save your new Display Name" 
     top_pad="40"
     width="120" />
    <button
     height="23"
     label="Reset"
     layout="topleft"
     font="SansSerif"
     left_pad="5"
     name="reset_btn"
     tool_tip="Make Display Name the same as Username"
     width="120" />
    <button
     height="23"
     label="Cancel"
     font="SansSerif"
     layout="topleft"
     left_pad="5"
     name="cancel_btn"
     width="120" />
</floater>