summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfit_gallery.xml
blob: 96624e7aa2901dd779685de01fb599432ac087ad (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
   background_visible="true"
   bg_alpha_color="DkGray"
   border="false"
   follows="all"
   height="430"
   name="Outfit Gallery"
   layout="topleft"
   left="0"
   top="0"
   width="318">
  <string name="outfit_photo_string">
    Photo of "[OUTFIT_NAME]" outfit
  </string>
  <string name="no_outfits_msg">
    You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]
  </string>
  <string name="no_matched_outfits_msg">
    Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search].
  </string>
  <text
    type="string"
    clip_partial="false"
    follows="left|top"
    layout="topleft"
    left="13"
    name="no_outfits_txt"
    top="0"
    height="32"
    valign="center"
    parse_urls="true"
    wrap="true">
    Searching...
  </text> 
  <scroll_container
   follows="all"
   height="429"
   width="312"
   layout="topleft"
   left="4"
   top="0"
   tab_stop="true"
   name="gallery_scroll_panel"
   opaque="false"
   top_pad="0">
  </scroll_container>
</panel>