PageRenderTime 109ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 102 lines | 102 code | 0 blank | 0 comment | 0 complexity | dd9deffe8fd643acac139325a6071534 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. height="380"
  4. label="Invite a Member"
  5. layout="topleft"
  6. left="0"
  7. name="invite_panel"
  8. top="380"
  9. width="210">
  10. <panel.string
  11. name="confirm_invite_owner_str">
  12. Are you sure you want to invite new owner(s)? This action is permanent!
  13. </panel.string>
  14. <panel.string
  15. name="loading">
  16. (loading...)
  17. </panel.string>
  18. <panel.string
  19. name="already_in_group">
  20. Some Residents you chose are already in the group, and so were not sent an invitation.
  21. </panel.string>
  22. <text
  23. type="string"
  24. length="1"
  25. height="54"
  26. layout="topleft"
  27. left="7"
  28. name="help_text"
  29. top="28"
  30. word_wrap="true"
  31. width="200">
  32. You can select multiple Residents to invite to your group. Click &apos;Open Resident Chooser&apos; to start.
  33. </text>
  34. <button
  35. height="20"
  36. label="Open Resident Chooser"
  37. layout="topleft"
  38. left_delta="-2"
  39. name="add_button"
  40. top_delta="44"
  41. width="200" />
  42. <name_list
  43. allow_calling_card_drop="true"
  44. column_padding="0"
  45. height="174"
  46. layout="topleft"
  47. left_delta="0"
  48. multi_select="true"
  49. name="invitee_list"
  50. tool_tip="Hold the Ctrl key and click Resident names to multi-select"
  51. top_pad="4"
  52. width="200" />
  53. <button
  54. height="20"
  55. label="Remove Selected from List"
  56. layout="topleft"
  57. left_delta="0"
  58. name="remove_button"
  59. tool_tip="Removes the Residents selected above from the invite list"
  60. top_pad="4"
  61. width="200" />
  62. <text
  63. type="string"
  64. length="1"
  65. height="16"
  66. layout="topleft"
  67. left_delta="4"
  68. name="role_text"
  69. top_pad="5"
  70. word_wrap="true"
  71. width="200">
  72. Choose what Role to assign them to:
  73. </text>
  74. <combo_box
  75. height="16"
  76. layout="topleft"
  77. left_delta="0"
  78. name="role_name"
  79. tool_tip="Choose from the list of Roles you are allowed to assign members to"
  80. top_delta="16"
  81. width="196" />
  82. <button
  83. height="20"
  84. label="Send Invitations"
  85. layout="topleft"
  86. left="4"
  87. name="ok_button"
  88. top="356"
  89. width="135" />
  90. <button
  91. height="20"
  92. label="Cancel"
  93. layout="topleft"
  94. left_pad="2"
  95. name="cancel_button"
  96. top_delta="0"
  97. width="65" />
  98. <string
  99. name="GroupInvitation">
  100. Group Invitation
  101. </string>
  102. </panel>