phoenix-firestorm/indra/newview/skins/starlightcui/xui/en/floater_preferences.xml

240 lines
6.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="18"
positioning="centered"
default_tab_group="2"
height="561"
layout="topleft"
name="Preferences"
help_topic="preferences"
save_rect="true"
single_instance="true"
title="Preferences"
width="662">
<floater.string
name="email_unverified_tooltip">
Please verify your email to enable IM to Email by visiting
https://accounts.secondlife.com/change_email/
</floater.string>
<floater.string name="LoginToChange">
Login to change
</floater.string>
<button
follows="right|bottom"
height="23"
label="OK"
label_selected="OK"
layout="topleft"
left_pad="5"
right="-105"
name="OK"
top="528"
width="90">
<button.commit_callback
function="Pref.OK" />
</button>
<button
follows="right|bottom"
height="23"
label="Cancel"
label_selected="Cancel"
layout="topleft"
left_pad="5"
name="Cancel"
right="-10"
width="90" >
<button.commit_callback
function="Pref.Cancel" />
</button>
<panel
name="search_panel"
layout="topleft"
follows="left|top|right"
left="4"
right="-4"
top="21"
height="18"
tab_group="2">
<search_editor
clear_button_visible="true"
follows="left|top|right"
height="18"
label="Search Settings"
layout="topleft"
left="0"
max_length_bytes="255"
name="search_prefs_edit"
right="-32"
text_pad_left="6"
tool_tip="Type the search term you are interested in here. Results will be displayed for partial fulltext matches within the setting's name or comment."
top="0">
<search_editor.commit_callback
function="UpdateFilter" />
<search_editor.clear_button
rect.height="18"
rect.width="18"
rect.bottom="-1" />
<search_editor.search_button
rect.height="12"
rect.width="12"
rect.bottom="-1" />
</search_editor>
<button
height="18"
image_overlay="Copy"
layout="topleft"
left_pad="4"
top_delta="0"
name="copy_search_slurl_btn"
tool_tip="Copy search query as SLURL"
width="28">
<button.commit_callback
function="Pref.CopySearchAsSLURL" />
</button>
</panel>
<tab_container
follows="all"
halign="left"
height="480"
layout="topleft"
left="0"
name="pref core"
tab_group="1"
tab_position="left"
tab_width="114"
tab_padding_right="4"
top="42"
width="662">
<panel
class="panel_preference"
filename="panel_preferences_general.xml"
label="General"
layout="topleft"
help_topic="preferences_general_tab"
name="general" />
<panel
class="panel_preference"
filename="panel_preferences_chat.xml"
label="Chat"
layout="topleft"
help_topic="preferences_chat_tab"
name="chat" />
<panel
class="panel_preference"
filename="panel_preferences_colors.xml"
label="Colors"
layout="topleft"
help_topic="preferences_colors_tab"
name="colors" />
<panel
class="panel_preference"
filename="panel_preferences_custom_colors.xml"
label="Custom Colors"
layout="topleft"
help_topic="preferences_custom_colors_tab"
name="custom_colors" />
<panel
class="panel_preference_graphics"
filename="panel_preferences_graphics1.xml"
label="Graphics"
layout="topleft"
help_topic="preferences_display_tab"
name="display" />
<panel
class="panel_preference_sounds"
filename="panel_preferences_sound.xml"
label="Sound &amp; Media"
layout="topleft"
help_topic="preferences_audio_tab"
name="audio" />
<panel
class="panel_preference"
filename="panel_preferences_setup.xml"
label="Network &amp; Files"
layout="topleft"
help_topic="preferences_input_tab"
name="input" />
<panel
class="panel_preference"
filename="panel_preferences_move.xml"
label="Move &amp; View"
layout="topleft"
help_topic="preferences_move_tab"
name="move" />
<panel
class="panel_preference_controls"
filename="panel_preferences_controls.xml"
label="Controls"
layout="topleft"
help_topic="preferences_controls_tab"
name="controls" />
<panel
class="panel_preference"
filename="panel_preferences_alerts.xml"
label="Notifications"
layout="topleft"
help_topic="preferences_msgs_tab"
name="msgs" />
<panel
class="panel_preference_privacy"
filename="panel_preferences_privacy.xml"
label="Privacy"
layout="topleft"
help_topic="preferences_privacy_tab"
name="im" />
<panel
class="panel_preference"
filename="panel_preferences_advanced.xml"
label="Advanced"
layout="topleft"
help_topic="preferences_advanced1_tab"
name="advanced1" />
<panel
class="panel_preference"
filename="panel_preferences_UI.xml"
label="User Interface"
layout="topleft"
help_topic="preferences_ui_extras_tab"
name="ui" />
<panel
class="panel_preference_skins"
filename="panel_preferences_skins.xml"
label="Skins"
layout="topleft"
help_topic="preferences_skins_tab"
name="skins" />
<panel
class="panel_preference_crashreports"
filename="panel_preferences_crashreports.xml"
label="Crash Reports"
layout="topleft"
help_topic="preferences_crashreports_tab"
name="crashreports" />
<panel
class="panel_preference_firestorm"
filename="panel_preferences_firestorm.xml"
label="Firestorm"
layout="topleft"
help_topic="preferences_firestorm_tab"
name="firestorm" />
<panel
class="panel_preference_opensim"
filename="panel_preferences_opensim.xml"
label="Opensim"
layout="topleft"
help_topic="preferences_opensim_tab"
name="opensim" />
<panel
class="panel_preference_backup"
filename="panel_preferences_backup.xml"
label="Backup &amp; Restore"
layout="topleft"
help_topic="preferences_backup_tab"
name="backup" />
</tab_container>
</floater>