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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 50 lines · 50 code · 0 blank · 0 comment · 0 complexity · 4a7768908319f57bc446a321f913dbb3 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_close="false"
  5. can_minimize="false"
  6. height="500"
  7. layout="topleft"
  8. name="modal container"
  9. open_positioning="centered"
  10. width="600">
  11. <button
  12. height="20"
  13. label="Continue"
  14. label_selected="Continue"
  15. layout="topleft"
  16. left="484"
  17. name="Continue"
  18. top="465"
  19. width="100" />
  20. <text
  21. type="string"
  22. length="1"
  23. follows="left|top"
  24. font="SansSerif"
  25. height="20"
  26. layout="topleft"
  27. left="20"
  28. name="tos_heading"
  29. top="20"
  30. width="552">
  31. Please read the following message carefully.
  32. </text>
  33. <text_editor
  34. type="string"
  35. length="1"
  36. bg_readonly_color="1 1 1 1"
  37. bottom="455"
  38. follows="left|top"
  39. font="SansSerif"
  40. layout="topleft"
  41. left="20"
  42. max_length="65536"
  43. name="tos_text"
  44. right="-20"
  45. text_readonly_color="0 0 0 1"
  46. top="45"
  47. word_wrap="true">
  48. TOS_TEXT
  49. </text_editor>
  50. </floater>