PageRenderTime 66ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 99 lines | 99 code | 0 blank | 0 comment | 0 complexity | da499c50df9684a5b668d0d8f11c60ec MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. default_tab_group="1"
  6. height="361"
  7. layout="topleft"
  8. min_height="243"
  9. min_width="234"
  10. name="preview notecard"
  11. help_topic="preview_notecard"
  12. title="NOTECARD:"
  13. width="400">
  14. <floater.string
  15. name="no_object">
  16. Unable to find object containing this notecard.
  17. </floater.string>
  18. <floater.string
  19. name="not_allowed">
  20. You do not have permission to view this notecard.
  21. </floater.string>
  22. <floater.string
  23. name="Title">
  24. Notecard: [NAME]
  25. </floater.string>
  26. <icon
  27. follows="top|right"
  28. height="18"
  29. image_name="Lock"
  30. layout="topleft"
  31. left="322"
  32. mouse_opaque="true"
  33. name="lock"
  34. top="4"
  35. width="18" />
  36. <text
  37. type="string"
  38. length="1"
  39. follows="left|top"
  40. font="SansSerif"
  41. height="19"
  42. layout="topleft"
  43. left="10"
  44. name="desc txt"
  45. top="22"
  46. width="90">
  47. Description:
  48. </text>
  49. <line_editor
  50. border_style="line"
  51. border_thickness="1"
  52. follows="left|top|right"
  53. font="SansSerif"
  54. height="22"
  55. layout="topleft"
  56. left_pad="0"
  57. max_length_bytes="127"
  58. name="desc"
  59. width="296" />
  60. <text_editor
  61. type="string"
  62. length="1"
  63. embedded_items="true"
  64. follows="left|top|right|bottom"
  65. font="SansSerif"
  66. height="281"
  67. ignore_tab="false"
  68. layout="topleft"
  69. left="4"
  70. max_length="65536"
  71. name="Notecard Editor"
  72. parse_urls="false"
  73. tab_group="1"
  74. top="46"
  75. width="392"
  76. word_wrap="true">
  77. Loading...
  78. </text_editor>
  79. <button
  80. follows="right|bottom"
  81. height="22"
  82. label="Save"
  83. label_selected="Save"
  84. layout="topleft"
  85. left="178"
  86. name="Save"
  87. top="332"
  88. width="100" />
  89. <button
  90. follows="right|bottom"
  91. height="22"
  92. label="Delete"
  93. label_selected="Delete"
  94. layout="topleft"
  95. left="288"
  96. name="Delete"
  97. top="332"
  98. width="100" />
  99. </floater>