Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_experience_search.xml
Liru Færs 49f0f8e28f [XP Tools] Further UI beautification
Refix all the panels that weren't good enough.
Fix settingss and default rects
Remove unused
Fix toolbar prefs floater
Use text editors for "URLs" we can't control, they resolve nicer anyway
Fix Texture Ctrl on profile not popping out on click
Fix Maturity string on profile not displaying
Also update about floater credits according to modern data.
2020-02-07 07:48:58 -05:00

169 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
top="18"
mouse_opaque="false"
left="0"
width="350"
height="330"
label="Search"
follows="all">
<string
name="not_found">
&apos;[TEXT]&apos; not found
</string>
<string
name="no_results">
No results
</string>
<string
name="searching">
Searching...
</string>
<string
name="loading">
Loading...
</string>
<string
name="maturity_icon_general">
"map_event.tga"
</string>
<string
name="maturity_icon_moderate">
"map_event_mature.tga"
</string>
<string
name="maturity_icon_adult">
"map_event_adult.tga"
</string>
<panel
follows="all"
left="5"
right="-3"
bottom="0"
height="330"
name="search_panel">
<text
left="0"
follows="top|left|right"
right="-1">
Enter part of the name:
</text>
<line_editor
left="0"
follows="left|top|right"
name="edit"
height="18"
right="-60"/>
<button label="Go"
follows="top|right"
bottom_delta="0"
width="58"
right="-1"
height="18"
name="find"/>
<text
bottom_delta="-18"
left="0"
follows="top|left"
width="180">
Max Content Rating:
</text>
<combo_box
follows="left|top|right"
height="20"
label="Mature"
name="maturity"
bottom_delta="-7"
width="180"
right="-1">
<combo_box.item
label="Adult"
name="Adult"
value="42">
</combo_box.item>
<combo_box.item
label="Mature"
name="Mature"
value="21">
</combo_box.item>
<combo_box.item
label="PG"
name="PG"
value="13">
</combo_box.item>
</combo_box>
<scroll_list
draw_heading="true"
left="-4"
right="-1"
top="-62"
bottom="42"
follows="all"
menu_num="3"
multi_select="true"
name="search_results">
<columns
halign="center"
width="24"
name="maturity"
label=""/>
<columns
user_resize="true"
name="experience_name"
label="Name"/>
<columns
user_resize="true"
name="owner"
label="Owner"/>
</scroll_list>
<button
follows="left|bottom"
height="20"
label="OK"
label_selected="OK"
name="ok_btn"
bottom_delta="-22"
left="0"
width="95" />
<button
follows="left|bottom"
height="20"
label="Cancel"
name="cancel_btn"
width="95"
bottom_delta="0"
left_delta="98" />
<button
follows="left|bottom"
height="20"
label="View Profile"
name="profile_btn"
width="95"
bottom_delta="0"
left_delta="98" />
<button
follows="left|bottom"
height="20"
label=""
name="left_btn"
image_overlay="arrow_left.tga"
width="20"
left_delta="98"
bottom_delta="0"
enabled="false"/>
<button
follows="left|bottom"
height="20"
label=""
image_overlay="arrow_right.tga"
name="right_btn"
width="20"
left_delta="23"
bottom_delta="0"
enabled="false" />
</panel>
</panel>