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