summaryrefslogtreecommitdiff
path: root/indra/newview/skins
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-10-08 16:56:02 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-10-08 16:56:02 -0700
commit7ffc9b06c820d70724af2aef361ff9964e584e73 (patch)
tree0de4ae5f3312aff15270e9fd46bce080e05718db /indra/newview/skins
parent3abd522936a7a82b2ab76f5ec27bcfc99deb55f0 (diff)
Created a floater for setting display name
Diffstat (limited to 'indra/newview/skins')
-rw-r--r--indra/newview/skins/default/xui/en/floater_display_name.xml83
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml41
2 files changed, 91 insertions, 33 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_display_name.xml b/indra/newview/skins/default/xui/en/floater_display_name.xml
new file mode 100644
index 0000000000..ecf2e524aa
--- /dev/null
+++ b/indra/newview/skins/default/xui/en/floater_display_name.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<floater
+ legacy_header_height="18"
+ can_minimize="false"
+ can_close="false"
+ height="280"
+ layout="topleft"
+ name="Display Name"
+ help_topic="display_name"
+ save_rect="false"
+ width="440">
+ <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="400"
+ wrap="true">
+ The name you give your avatar is called your Display Name. You can change it once a week.
+ </text>
+ <text
+ top_pad="15"
+ 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="set_name_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"
+ top_pad="40"
+ width="120" />
+ <button
+ height="23"
+ label="Reset"
+ layout="topleft"
+ font="SansSerif"
+ left_pad="5"
+ name="reset_btn"
+ width="120" />
+ <button
+ height="23"
+ label="Cancel"
+ font="SansSerif"
+ layout="topleft"
+ left_pad="5"
+ name="cancel_btn"
+ width="120" />
+</floater>
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml
index b837dfbed5..4e25efe555 100644
--- a/indra/newview/skins/default/xui/en/notifications.xml
+++ b/indra/newview/skins/default/xui/en/notifications.xml
@@ -3186,38 +3186,6 @@ You are no longer frozen.
<notification
icon="alertmodal.tga"
- name="SetDisplayName"
- type="alert">
- The name above your avatar's head is called a [secondlife:///app/help/display_name display_name]. You can change it periodically.
-
- During the evaluation period of this Project Viewer release, you are able to update your Display Name as frequently as you wish. When this feature goes officially live, you will able to update your Display Name only once a week.
-
- Press reset to make it the same as your username.
-
- Change your display name?
- <form name="form">
- <input name="display_name" max_length_chars="31" type="text">
-[DISPLAY_NAME]
- </input>
- <button
- default="true"
- index="0"
- name="Change"
- text="Change"/>
- <button
- index="1"
- name="Reset"
- text="Reset"/>
- <button
- index="2"
- name="Cancel"
- text="Cancel"/>
- </form>
- <unique/>
- </notification>
-
- <notification
- icon="alertmodal.tga"
name="SetDisplayNameSuccess"
type="alert">
Hi [DISPLAY_NAME]!
@@ -3256,7 +3224,14 @@ Please try a shorter name.
Sorry, we could not set your display name. Please try again later.
</notification>
-<!-- *NOTE: This should never happen, users should see SetDisplayNameFailedLockout above -->
+ <notification
+ icon="alertmodal.tga"
+ name="SetDisplayNameMismatch"
+ type="alertmodal">
+ The display names you entered do not match. Please re-enter.
+ </notification>
+
+ <!-- *NOTE: This should never happen, users should see SetDisplayNameFailedLockout above -->
<notification
icon="alertmodal.tga"
name="AgentDisplayNameUpdateThresholdExceeded"