PageRenderTime 96ms CodeModel.GetById 83ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/da/panel_edit_classified.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 54 lines | 54 code | 0 blank | 0 comment | 0 complexity | f4d0bf3267377b8392a7aef5cc8f16be MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="Redigér annoncer" name="panel_edit_classified">
  3. <panel.string name="location_notice">
  4. (vil blive opdateret efter gemning)
  5. </panel.string>
  6. <string name="publish_label">
  7. Publicér
  8. </string>
  9. <string name="save_label">
  10. Gem
  11. </string>
  12. <text name="title">
  13. Rediger annonce
  14. </text>
  15. <scroll_container name="profile_scroll">
  16. <panel name="scroll_content_panel">
  17. <panel name="snapshot_panel">
  18. <icon label="" name="edit_icon" tool_tip="Klik for at vćlge et billede"/>
  19. </panel>
  20. <text name="Name:">
  21. Titel:
  22. </text>
  23. <text name="description_label">
  24. Beskrivelse:
  25. </text>
  26. <text name="location_label">
  27. Lokation:
  28. </text>
  29. <text name="classified_location">
  30. henter...
  31. </text>
  32. <button label="Sćt til nuvćrende lokation" name="set_to_curr_location_btn"/>
  33. <text name="category_label" value="Kategori:"/>
  34. <text name="content_type_label" value="Indholdstype:"/>
  35. <icons_combo_box label="Generelt" name="content_type">
  36. <icons_combo_box.item label="Moderat" name="mature_ci" value="Voksent"/>
  37. <icons_combo_box.item label="Generelt" name="pg_ci" value="PG"/>
  38. </icons_combo_box>
  39. <check_box label="Forny automatisk hver uge" name="auto_renew"/>
  40. <text name="price_for_listing_label" value="Pris for optagelse:"/>
  41. <spinner label="L$" name="price_for_listing" tool_tip="Pris for optagelse." value="50"/>
  42. </panel>
  43. </scroll_container>
  44. <panel label="bottom_panel" name="bottom_panel">
  45. <layout_stack name="bottom_panel_ls">
  46. <layout_panel name="save_changes_btn_lp">
  47. <button label="[LABEL]" name="save_changes_btn"/>
  48. </layout_panel>
  49. <layout_panel name="show_on_map_btn_lp">
  50. <button label="Annullér" name="cancel_btn"/>
  51. </layout_panel>
  52. </layout_stack>
  53. </panel>
  54. </panel>