summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_marketplace_listings.xml
blob: fd5c9ed42263aa292a15a53f211029bd6c73ce69 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
  label="Marketplace"
  name="Marketplace Panel"
  follows="all"
  layout="topleft"
  width="308"
  height="440">
  <panel
    name="tool_panel"
    follows="left|top|right"
    layout="topleft"
    height="30"
    width="308"
    top="0"
    left="0">
    <menu_button
      name="sort_btn"
      tool_tip="View/sort options"
      layout="topleft"
      follows="top|left"
      width="31"
      height="25"
      left="2"
      menu_filename="menu_marketplace_view.xml"
      image_hover_unselected="Toolbar_Middle_Over"
      image_overlay="Conv_toolbar_sort"
      image_selected="Toolbar_Middle_Selected"
      image_unselected="Toolbar_Middle_Off"
      menu_position="bottomleft"/>
    <button
      name="add_btn"
      tool_tip="Create a new listing folder"
      layout="topleft"
      follows="top|left"
      width="31"
      height="25"
      left_pad="2"
      image_hover_unselected="Toolbar_Middle_Over"
      image_overlay="Conv_toolbar_plus"
      image_selected="Toolbar_Middle_Selected"
      image_unselected="Toolbar_Middle_Off"/>
    <button
      name="audit_btn"
      tool_tip="Validate your marketplace listings"
      layout="topleft"
      follows="top|left"
      width="31"
      height="25"
      left_pad="2"
      image_hover_unselected="Toolbar_Middle_Over"
      image_overlay="Info"
      image_selected="Toolbar_Middle_Selected"
      image_unselected="Toolbar_Middle_Off"/>
  </panel>
  <panel
    name="tab_container_panel"
    follows="all"
    layout="topleft"
    default_tab_group="1"
    width="308"
    height="400">
  <tab_container
    name="marketplace_filter_tabs"
    follows="all"
    layout="topleft"
    top="0"
    left="0"
    top_pad="0"
    width="308"
    height="400"
    halign="center"
    tab_height="30"
    tab_group="1"
    tab_position="top"
    tab_min_width="50">
  </tab_container>
  </panel>
</panel>