/indra/newview/skins/default/xui/it/floater_pay_object.xml

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Give Money" title="">
  3. <string halign="left" name="payee_group" width="100">
  4. Paga gruppo
  5. </string>
  6. <string halign="left" name="payee_resident" width="120">
  7. Paga residente
  8. </string>
  9. <icon name="icon_person" tool_tip="Persona"/>
  10. <text left="120" name="payee_name">
  11. Ericacita Moostopolison
  12. </text>
  13. <text halign="left" left="5" name="object_name_label" width="110">
  14. Mediante l&apos;oggetto:
  15. </text>
  16. <icon name="icon_object" tool_tip="Oggetti"/>
  17. <text left="120" name="object_name_text">
  18. Il mio oggetto con un nome veramente lungo
  19. </text>
  20. <button label="1 L$" label_selected="1 L$" left="125" name="fastpay 1" width="70"/>
  21. <button label="5 L$" label_selected="5 L$" left="200" name="fastpay 5" width="70"/>
  22. <button label="10 L$" label_selected="10 L$" left="125" name="fastpay 10" width="70"/>
  23. <button label="20 L$" label_selected="20 L$" left="200" name="fastpay 20" width="70"/>
  24. <text halign="left" left="5" name="amount text">
  25. Oppure, scegli importo:
  26. </text>
  27. <line_editor left="74" name="amount" width="50"/>
  28. <button label="Paga" label_selected="Paga" name="pay btn"/>
  29. <button label="Cancella" label_selected="Cancella" name="cancel btn"/>
  30. </floater>