/indra/newview/skins/default/xui/en/floater_display_name.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 103 lines · 103 code · 0 blank · 0 comment · 0 complexity · 1d84594fb238fa4d93a62798c790c87c MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_minimize="false"
  5. can_close="false"
  6. height="300"
  7. layout="topleft"
  8. name="Display Name"
  9. help_topic="display_name"
  10. save_rect="false"
  11. title="CHANGE DISPLAY NAME"
  12. width="445">
  13. <text
  14. type="string"
  15. length="1"
  16. follows="left|top"
  17. font="SansSerif"
  18. height="40"
  19. layout="topleft"
  20. left="25"
  21. name="info_text"
  22. top="40"
  23. use_ellipses="true"
  24. width="380"
  25. wrap="true">
  26. The name you give your avatar is called your Display Name. You can change it once a week.
  27. </text>
  28. <text
  29. type="string"
  30. length="1"
  31. follows="left|top"
  32. font="SansSerif"
  33. height="25"
  34. layout="topleft"
  35. left="25"
  36. text_color="EmphasisColor"
  37. name="lockout_text"
  38. top="80"
  39. use_ellipses="true"
  40. visible="false"
  41. width="410"
  42. wrap="true">
  43. You cannot change your Display Name until: [TIME].
  44. </text>
  45. <text
  46. top_pad="10"
  47. width="150"
  48. height="20"
  49. font="SansSerif"
  50. name="set_name_label">
  51. New Display Name:
  52. </text>
  53. <line_editor
  54. width="330"
  55. name="display_name_editor"
  56. max_length_chars="31"
  57. height="20"
  58. top_pad="5"
  59. left="50" />
  60. <text
  61. top_pad="15"
  62. left="25"
  63. width="300"
  64. height="20"
  65. font="SansSerif"
  66. name="name_confirm_label">
  67. Type your new name again to confirm:
  68. </text>
  69. <line_editor
  70. width="330"
  71. name="display_name_confirm"
  72. max_length_chars="31"
  73. height="20"
  74. top_pad="5"
  75. left="50" />
  76. <button
  77. height="23"
  78. label="Save"
  79. layout="topleft"
  80. font="SansSerif"
  81. left="35"
  82. name="save_btn"
  83. tool_tip="Save your new Display Name"
  84. top_pad="40"
  85. width="120" />
  86. <button
  87. height="23"
  88. label="Reset"
  89. layout="topleft"
  90. font="SansSerif"
  91. left_pad="5"
  92. name="reset_btn"
  93. tool_tip="Make Display Name the same as Username"
  94. width="120" />
  95. <button
  96. height="23"
  97. label="Cancel"
  98. font="SansSerif"
  99. layout="topleft"
  100. left_pad="5"
  101. name="cancel_btn"
  102. width="120" />
  103. </floater>