/indra/newview/skins/default/xui/en/widgets/accordion.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 24 lines · 17 code · 0 blank · 7 comment · 0 complexity · 8eddc0bfcfd62e44b28618433da7dbaf MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <accordion
  3. height="100"
  4. name="accordion"
  5. width="200">
  6. <!-- It is possible to override attributes of "no_matched_tabs_text" and "no_visible_tabs_text" with a short form:
  7. no_matched_tabs_text.value="Overridden text" (placed among <accordion> attributes)
  8. But unfortunatly such form is not supported by VLT Tool. It requires to have the overridden "value"
  9. attribute declared in tags below ("no_matched_tabs_text" & "no_visible_tabs_text").
  10. It looks less clean but we have to use "long" form for these messages to enable automated translation with VLT.
  11. -->
  12. <no_matched_tabs_text
  13. follows="all"
  14. height="100"
  15. h_pad="10"
  16. name="no_matched_tabs_msg"
  17. v_pad="15"
  18. width="200"
  19. wrap="true"/>
  20. <!-- This widget will not be created in viewer. Only its value will be used for empty accordion without filter. -->
  21. <no_visible_tabs_text
  22. name="no_visible_tabs_msg"
  23. visible="false"/>
  24. </accordion>