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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 81 lines · 78 code · 3 blank · 0 comment · 0 complexity · cb53f8f58517427edb0b77b32bdd867a 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. height="240"
  6. layout="topleft"
  7. name="price_for_listing"
  8. help_topic="price_for_listing"
  9. title="PUBLISH CLASSIFIED AD"
  10. width="320">
  11. <text
  12. type="string"
  13. length="1"
  14. bottom="200"
  15. follows="top|left"
  16. font="SansSerif"
  17. height="165"
  18. layout="topleft"
  19. left="15"
  20. word_wrap="true"
  21. name="explanation_text">
  22. Your classified ad will run for one week from the day it is published.
  23. Your ad&apos;s position in the classified listings is determined by how much you choose to pay.
  24. The highest paid ads go to the top of the list, and appear higher in searches.
  25. </text>
  26. <text
  27. type="string"
  28. length="1"
  29. follows="top|right"
  30. font="SansSerif"
  31. height="20"
  32. layout="topleft"
  33. left="140"
  34. name="price_text"
  35. top_delta="135"
  36. width="85">
  37. Price for Ad:
  38. </text>
  39. <text
  40. type="string"
  41. length="1"
  42. follows="top|right"
  43. font="SansSerif"
  44. height="20"
  45. layout="topleft"
  46. left_pad="4"
  47. name="price_symbol"
  48. top_delta="0"
  49. width="20">
  50. L$
  51. </text>
  52. <line_editor
  53. follows="top|left"
  54. height="20"
  55. layout="topleft"
  56. left_pad="0"
  57. max_length="6"
  58. top_delta="-4"
  59. name="price_edit"
  60. width="60" />
  61. <button
  62. follows="top|left"
  63. height="22"
  64. label="OK"
  65. layout="topleft"
  66. left="105"
  67. name="set_price_btn"
  68. top_pad="22"
  69. width="100" />
  70. <button
  71. follows="top|left"
  72. height="22"
  73. label="Cancel"
  74. layout="topleft"
  75. left_pad="5"
  76. name="cancel_btn"
  77. width="100" />
  78. </floater>