Files
SingularityViewer/indra/newview/skins/default/xui/en-us/panel_experience_log.xml

154 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bottom="40"
top="-20"
left="3"
width="500"
label="Events"
follows="all">
<string
name="no_events"
value="No events."/>
<string
name="loading"
value="loading..."/>
<layout_stack
name="experience_panel"
top="0"
left="4"
right="-1"
bottom="-4"
orientation="vertical"
follows="all">
<layout_panel
name="event_panel"
bottom="0"
left="1"
right="-1"
top="270"
follows="all">
<scroll_list
draw_heading="true"
left="1"
right="-86"
height="250"
follows="all"
multi_select="true"
name="experience_log_list">
<columns
width="100"
user_resize="true"
name="time"
label="Time"/>
<columns
width="100"
user_resize="true"
name="event"
label="Event"/>
<columns
width="100"
user_resize="true"
name="experience_name"
label="Experience"/>
<columns
width="100"
user_resize="true"
name="object_name"
label="Object"/>
</scroll_list>
<button
height="20"
follows="top|right"
name="btn_notify"
label="Notify"
bottom_delta="230"
right="-1"
width="80"
enabled="false"/>
<button
height="20"
follows="top|right"
name="btn_profile_xp"
label="Profile"
bottom_delta="-25"
right="-1"
width="80"
enabled="false"/>
<button
height="20"
follows="top|right"
name="btn_report_xp"
label="Report"
bottom_delta="-25"
right="-1"
width="80"
enabled="false"/>
</layout_panel>
<layout_panel
bottom="30"
left="1"
right="-1"
height="30"
min_height="30"
follows="all"
name="button_panel"
visible="true">
<check_box
bottom="26"
follows="top|left"
height="26"
label="Notify All Events Days"
width="140"
name="notify_all" />
<spinner
bottom_delta="-5"
control_name="LogDays"
decimal_digits="0"
follows="left|top"
height="23"
increment="1"
initial_value="7"
label_width="30"
left_delta="145"
max_val="14"
min_val="0"
name="logsizespinner"
width="40" />
<button
bottom="26"
height="20"
left="280"
follows="top|left"
name="btn_clear"
label="Clear"
width="80"
enabled="false"/>
<button
bottom="26"
height="20"
left_delta="80"
width="20"
follows="top|left"
name="btn_prev"
label=""
image_overlay="arrow_left.tga"
enabled="false"/>
<button
bottom="26"
height="20"
follows="top|left"
name="btn_next"
label=""
image_overlay="arrow_right.tga"
left_delta="20"
width="20"
enabled="false"/>
</layout_panel>
</layout_stack>
</panel>