diff options
author | David Seikel | 2011-04-04 02:59:09 +1000 |
---|---|---|
committer | David Seikel | 2011-04-04 02:59:09 +1000 |
commit | 3cbfe9bfeef86c58e68b477985d206b0c0bfaa4a (patch) | |
tree | bd6d29502d52f7eefe03b7af10a6e55d696dafab /linden/indra/newview/skins/default/xui | |
parent | Merge remote-tracking branch 'jacek/exp' into exp (diff) | |
download | meta-impy-3cbfe9bfeef86c58e68b477985d206b0c0bfaa4a.zip meta-impy-3cbfe9bfeef86c58e68b477985d206b0c0bfaa4a.tar.gz meta-impy-3cbfe9bfeef86c58e68b477985d206b0c0bfaa4a.tar.bz2 meta-impy-3cbfe9bfeef86c58e68b477985d206b0c0bfaa4a.tar.xz |
Combine the three ways of entering the users name on the login window.
Sort them all out later. This is at least one consistnant login panel skin.
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_login.xml | 91 |
1 files changed, 52 insertions, 39 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml index f43fc7a..35ecc6e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_login.xml | |||
@@ -29,45 +29,24 @@ | |||
29 | http://secondlife.com/account/request.php | 29 | http://secondlife.com/account/request.php |
30 | </string> | 30 | </string> |
31 | 31 | ||
32 | |||
33 | <!-- START LOCATION --> | ||
34 | |||
35 | <text name="start_location_text" | ||
36 | bottom="8" left="10" height="16" right="115" | ||
37 | follows="left|bottom" h_pad="0" halign="right" v_pad="0" | ||
38 | bg_visible="false" drop_shadow_visible="true" | ||
39 | border_visible="false" border_drop_shadow_visible="false" | ||
40 | font="SansSerifSmall" mouse_opaque="true"> | ||
41 | Start location: | ||
42 | </text> | ||
43 | <combo_box name="start_location_combo" | ||
44 | bottom_delta="2" left="120" height="16" width="150" | ||
45 | follows="left|bottom" font="SansSerifSmall" | ||
46 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
47 | <combo_item name="MyHome" value="My Home"> | ||
48 | My Home | ||
49 | </combo_item> | ||
50 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
51 | My Last Location | ||
52 | </combo_item> | ||
53 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
54 | <Type region name> | ||
55 | </combo_item> | ||
56 | </combo_box> | ||
57 | |||
58 | |||
59 | <!-- FIRST NAME --> | 32 | <!-- FIRST NAME --> |
60 | 33 | ||
61 | <text name="first_name_text" | 34 | <text name="first_name_text" |
62 | bottom="56" left="24" height="16" width="120" | 35 | bottom="48" left="24" height="16" width="120" |
63 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 36 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
64 | bg_visible="false" drop_shadow_visible="true" | 37 | bg_visible="false" drop_shadow_visible="true" |
65 | border_visible="false" border_drop_shadow_visible="false" | 38 | border_visible="false" border_drop_shadow_visible="false" |
66 | font="SansSerif" mouse_opaque="true"> | 39 | font="SansSerif" mouse_opaque="true"> |
67 | First name: | 40 | First name: |
68 | </text> | 41 | </text> |
42 | <!-- | ||
43 | <combo_box bevel_style="in" border_style="line" border_thickness="1" bottom_delta="-24" | ||
44 | follows="left|bottom" font="SansSerif" handle_edit_keys_directly="true" height="20" left_delta="0" | ||
45 | max_chars="31" mouse_opaque="true" name="first_name_combo" | ||
46 | select_all_on_focus_received="true" width="120" allow_text_entry="true" allow_translate="false" /> | ||
47 | --> | ||
69 | <line_editor name="first_name_edit" | 48 | <line_editor name="first_name_edit" |
70 | bottom_delta="-20" left_delta="0" height="20" width="120" | 49 | bottom_delta="-24" left_delta="0" height="20" width="120" |
71 | follows="left|bottom" font="SansSerif" | 50 | follows="left|bottom" font="SansSerif" |
72 | bevel_style="in" border_style="line" border_thickness="1" | 51 | bevel_style="in" border_style="line" border_thickness="1" |
73 | max_length="31" mouse_opaque="true" | 52 | max_length="31" mouse_opaque="true" |
@@ -75,11 +54,10 @@ | |||
75 | select_all_on_focus_received="true" | 54 | select_all_on_focus_received="true" |
76 | allow_translate="false" /> | 55 | allow_translate="false" /> |
77 | 56 | ||
78 | |||
79 | <!-- LAST NAME --> | 57 | <!-- LAST NAME --> |
80 | 58 | ||
81 | <text name="last_name_text" | 59 | <text name="last_name_text" |
82 | bottom_delta="20" left_delta="130" height="16" width="120" | 60 | bottom_delta="24" left_delta="130" height="16" width="120" |
83 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 61 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
84 | bg_visible="false" drop_shadow_visible="true" | 62 | bg_visible="false" drop_shadow_visible="true" |
85 | border_visible="false" border_drop_shadow_visible="false" | 63 | border_visible="false" border_drop_shadow_visible="false" |
@@ -87,7 +65,7 @@ | |||
87 | Last name: | 65 | Last name: |
88 | </text> | 66 | </text> |
89 | <line_editor name="last_name_edit" | 67 | <line_editor name="last_name_edit" |
90 | bottom_delta="-20" left_delta="0" height="20" width="120" | 68 | bottom_delta="-24" left_delta="0" height="20" width="120" |
91 | follows="left|bottom" font="SansSerif" | 69 | follows="left|bottom" font="SansSerif" |
92 | bevel_style="in" border_style="line" border_thickness="1" | 70 | bevel_style="in" border_style="line" border_thickness="1" |
93 | max_length="31" mouse_opaque="true" | 71 | max_length="31" mouse_opaque="true" |
@@ -99,7 +77,7 @@ | |||
99 | <!-- PASSWORD --> | 77 | <!-- PASSWORD --> |
100 | 78 | ||
101 | <text name="password_text" | 79 | <text name="password_text" |
102 | bottom_delta="20" left_delta="130" height="16" width="120" | 80 | bottom_delta="24" left_delta="130" height="16" width="120" |
103 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 81 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
104 | bg_visible="false" drop_shadow_visible="true" | 82 | bg_visible="false" drop_shadow_visible="true" |
105 | border_visible="false" border_drop_shadow_visible="false" | 83 | border_visible="false" border_drop_shadow_visible="false" |
@@ -107,23 +85,57 @@ | |||
107 | Password: | 85 | Password: |
108 | </text> | 86 | </text> |
109 | <line_editor name="password_edit" | 87 | <line_editor name="password_edit" |
110 | bottom_delta="-20" left_delta="0" height="20" width="120" | 88 | bottom_delta="-24" left_delta="0" height="20" width="120" |
111 | follows="left|bottom" font="SansSerif" | 89 | follows="left|bottom" font="SansSerif" |
112 | bevel_style="in" border_style="line" border_thickness="1" | 90 | bevel_style="in" border_style="line" border_thickness="1" |
113 | max_length="16" mouse_opaque="true" | 91 | max_length="16" mouse_opaque="true" |
114 | handle_edit_keys_directly="true" | 92 | handle_edit_keys_directly="true" |
115 | select_all_on_focus_received="true" | 93 | select_all_on_focus_received="true" |
116 | allow_translate="false" /> | 94 | allow_translate="false" /> |
95 | |||
96 | |||
97 | <!-- ACCOUNT CHECK BOXES --> | ||
98 | |||
99 | <check_box control_name="RememberName" | ||
100 | follows="left|bottom" font="SansSerifSmall" height="16" | ||
101 | initial_value="true" label="Remember account name" | ||
102 | bottom_delta="-24" left="24" mouse_opaque="true" name="remember_name_check" width="158" /> | ||
117 | <check_box name="remember_check" label="Remember password" | 103 | <check_box name="remember_check" label="Remember password" |
118 | bottom_delta="-24" left_delta="0" height="16" width="140" | 104 | bottom_delta="0" left_delta="260" height="16" width="140" |
119 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" | 105 | follows="left|bottom" font="SansSerifSmall" control_name="RememberPassword" |
120 | initial_value="false" mouse_opaque="true" /> | 106 | initial_value="false" mouse_opaque="true" /> |
121 | 107 | ||
122 | 108 | ||
109 | <!-- START LOCATION --> | ||
110 | |||
111 | <text name="start_location_text" | ||
112 | bottom="48" left_delta="150" height="16" | ||
113 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | ||
114 | bg_visible="false" drop_shadow_visible="true" | ||
115 | border_visible="false" border_drop_shadow_visible="false" | ||
116 | font="SansSerifSmall" mouse_opaque="true"> | ||
117 | Start location: | ||
118 | </text> | ||
119 | <combo_box name="start_location_combo" | ||
120 | bottom_delta="-24" left_delta="0" height="20" width="150" | ||
121 | follows="left|bottom" font="SansSerifSmall" | ||
122 | mouse_opaque="true" allow_text_entry="true" max_chars="128"> | ||
123 | <combo_item name="MyHome" value="My Home"> | ||
124 | My Home | ||
125 | </combo_item> | ||
126 | <combo_item name="MyLastLocation" value="My Last Location"> | ||
127 | My Last Location | ||
128 | </combo_item> | ||
129 | <combo_item name="Typeregionname" value="<Type region name>"> | ||
130 | <Type region name> | ||
131 | </combo_item> | ||
132 | </combo_box> | ||
133 | |||
134 | |||
123 | <!-- GRIDS --> | 135 | <!-- GRIDS --> |
124 | 136 | ||
125 | <text name="grid_text" | 137 | <text name="grid_text" |
126 | bottom="56" left_delta="150" height="16" width="120" | 138 | bottom="48" left_delta="160" height="16" width="120" |
127 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" | 139 | follows="left|bottom" h_pad="0" halign="left" v_pad="0" |
128 | bg_visible="false" drop_shadow_visible="true" | 140 | bg_visible="false" drop_shadow_visible="true" |
129 | border_visible="false" border_drop_shadow_visible="false" | 141 | border_visible="false" border_drop_shadow_visible="false" |
@@ -131,11 +143,11 @@ | |||
131 | Grid: | 143 | Grid: |
132 | </text> | 144 | </text> |
133 | <combo_box name="server_combo" | 145 | <combo_box name="server_combo" |
134 | bottom_delta="-20" left_delta="0" height="20" width="120" | 146 | bottom_delta="-24" left_delta="0" height="20" width="120" |
135 | follows="left|bottom" allow_text_entry="false" | 147 | follows="left|bottom" allow_text_entry="false" |
136 | max_chars="20" mouse_opaque="true" /> | 148 | max_chars="20" mouse_opaque="true" /> |
137 | <button name="grid_btn" label="Grid Manager" | 149 | <button name="grid_btn" label="Grid Manager" |
138 | bottom_delta="-24" left_delta="10" height="16" width="100" | 150 | bottom_delta="-24" left_delta="0" height="20" width="100" |
139 | follows="left|bottom" font="SansSerifSmall" halign="center" | 151 | follows="left|bottom" font="SansSerifSmall" halign="center" |
140 | mouse_opaque="true" scale_image="TRUE" /> | 152 | mouse_opaque="true" scale_image="TRUE" /> |
141 | 153 | ||
@@ -143,11 +155,12 @@ | |||
143 | <!-- LOG IN --> | 155 | <!-- LOG IN --> |
144 | 156 | ||
145 | <button name="connect_btn" label="Log In" | 157 | <button name="connect_btn" label="Log In" |
146 | bottom="34" left_delta="140" height="24" width="120" | 158 | bottom="24" left_delta="140" height="24" width="120" |
147 | follows="left|bottom" font="SansSerif" halign="center" | 159 | follows="left|bottom" font="SansSerif" halign="center" |
148 | mouse_opaque="true" scale_image="TRUE" /> | 160 | mouse_opaque="true" scale_image="TRUE" /> |
149 | 161 | ||
150 | 162 | ||
163 | <!-- Yes, this is getting messy, with three different ways of doing the username. sigh --> | ||
151 | <!-- SL USERNAME --> | 164 | <!-- SL USERNAME --> |
152 | 165 | ||
153 | <text name="username_text" | 166 | <text name="username_text" |