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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 91 lines · 91 code · 0 blank · 0 comment · 0 complexity · 8d5921c45371091c34bd00324048cdd1 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. follows="left|top|right|bottom"
  5. height="305"
  6. layout="topleft"
  7. name="block_list_panel"
  8. help_topic="blocked_list"
  9. min_height="350"
  10. min_width="240"
  11. width="280">
  12. <button
  13. follows="top|left"
  14. height="24"
  15. image_hover_unselected="BackButton_Over"
  16. image_pressed="BackButton_Press"
  17. image_unselected="BackButton_Off"
  18. layout="topleft"
  19. name="back"
  20. left="4"
  21. tab_stop="false"
  22. top="1"
  23. width="30"/>
  24. <text
  25. follows="top|left|right"
  26. font="SansSerifLargeBold"
  27. height="20"
  28. layout="topleft"
  29. left_pad="10"
  30. name="title_text"
  31. text_color="white"
  32. top="5"
  33. width="250">
  34. Block List
  35. </text>
  36. <scroll_list
  37. follows="all"
  38. height="190"
  39. layout="topleft"
  40. left="5"
  41. name="blocked"
  42. tool_tip="List of currently blocked Residents"
  43. top="30"
  44. width="270">
  45. <scroll_list.columns
  46. name="item_name" />
  47. <scroll_list.columns
  48. name="item_type"
  49. width="96" />
  50. </scroll_list>
  51. <button
  52. follows="left|bottom"
  53. height="23"
  54. label="Block person"
  55. layout="topleft"
  56. left_delta="0"
  57. name="Block resident..."
  58. tool_tip="Pick a Resident to block"
  59. top_pad="4"
  60. width="210">
  61. <button.commit_callback
  62. function="Block.ClickPick" />
  63. </button>
  64. <button
  65. follows="left|bottom"
  66. height="23"
  67. label="Block object by name"
  68. layout="topleft"
  69. left_delta="0"
  70. name="Block object by name..."
  71. tool_tip="Pick an object to block by name"
  72. top_pad="4"
  73. width="210" >
  74. <button.commit_callback
  75. function="Block.ClickBlockByName" />
  76. </button>
  77. <button
  78. enabled="false"
  79. follows="left|bottom"
  80. height="23"
  81. label="Unblock"
  82. layout="topleft"
  83. left_delta="0"
  84. name="Unblock"
  85. tool_tip="Remove Resident or object from blocked list"
  86. top_pad="4"
  87. width="210" >
  88. <button.commit_callback
  89. function="Block.ClickRemove" />
  90. </button>
  91. </panel>