PageRenderTime 58ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 61 lines | 58 code | 3 blank | 0 comment | 0 complexity | 758537577177aa2e294f4bc4bd71de06 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_minimize="false"
  5. height="200"
  6. layout="topleft"
  7. name="publish_classified"
  8. title="Publishing Classified"
  9. width="320">
  10. <text
  11. top="20"
  12. follows="top|left"
  13. font="SansSerif"
  14. height="60"
  15. layout="topleft"
  16. left="15"
  17. word_wrap="true"
  18. name="explanation_text">
  19. Your classified ad will run for one week from the date it is published.
  20. Remember, Classified fees are non-refundable.
  21. </text>
  22. <spinner
  23. decimal_digits="0"
  24. follows="left|top"
  25. font="SansSerif"
  26. halign="left"
  27. height="23"
  28. increment="1"
  29. label_width="50"
  30. label="Price: L$ "
  31. v_pad="10"
  32. layout="topleft"
  33. left="15"
  34. value="50"
  35. min_val="50"
  36. max_val="999999"
  37. name="price_for_listing"
  38. top_pad="10"
  39. tool_tip="Price for listing."
  40. width="150" />
  41. <button
  42. follows="top|left"
  43. height="22"
  44. label="Publish"
  45. layout="topleft"
  46. left="105"
  47. name="publish_btn"
  48. top="160"
  49. width="100" />
  50. <button
  51. follows="top|left"
  52. height="22"
  53. label="Cancel"
  54. layout="topleft"
  55. left_pad="5"
  56. name="cancel_btn"
  57. width="100" />
  58. </floater>