diff options
author | dolphin <dolphin@lindenlab.com> | 2014-05-01 14:10:40 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-05-01 14:10:40 -0700 |
commit | 116256076e660b1a6438dcd1197be3443b0b8121 (patch) | |
tree | cbc0b4ebfb3033d33aada270885df40a08c132e6 /indra/newview/skins | |
parent | 38da22d3470286840d08fcdfb7b9462e10cca8e0 (diff) | |
parent | 7d08e72b4de54977f3fd3f0c3224c9d28cdbacbd (diff) |
Merge
Diffstat (limited to 'indra/newview/skins')
4 files changed, 177 insertions, 168 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_experience_search.xml b/indra/newview/skins/default/xui/en/floater_experience_search.xml index 8b44dada40..7d7e3ba95a 100644 --- a/indra/newview/skins/default/xui/en/floater_experience_search.xml +++ b/indra/newview/skins/default/xui/en/floater_experience_search.xml @@ -12,159 +12,9 @@ title="CHOOSE EXPERIENCE" width="350"> - <floater.string - name="not_found"> - '[TEXT]' not found - </floater.string> - <floater.string - name="no_results"> - No results - </floater.string> - <floater.string - name="searching"> - Searching... - </floater.string> - <floater.string - name="loading"> - Loading... - </floater.string> - <floater.string - name="maturity_icon_general"> - "Parcel_PG_Light" - </floater.string> - <floater.string - name="maturity_icon_moderate"> - "Parcel_M_Light" - </floater.string> - <floater.string - name="maturity_icon_adult"> - "Parcel_R_Light" - </floater.string> <panel + filename="panel_experience_search.xml" + class="llpanelexperiencepicker" follows="all" - left="5" - right="-3" - bottom="-2" - top="18" - 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" - top_pad="-18" - left_pad="2" - right="-1" - height="18" - name="find"/> - <text - top_pad="6" - left="0" - follows="top|left" - width="180"> - Max Content Rating: - </text> - <icons_combo_box - follows="left|top" - height="20" - label="Moderate" - layout="topleft" - name="maturity" - top_pad="-13" - left_pad="0" - right="-1"> - <icons_combo_box.drop_down_button - image_overlay="Parcel_M_Light" - image_overlay_alignment="left" - imgoverlay_label_space="3" - pad_left="3"/> - <icons_combo_box.item - label="Adult" - name="Adult" - value="42"> - <item.columns - halign="center" - type="icon" - value="Parcel_R_Light" - width="20"/> - </icons_combo_box.item> - <icons_combo_box.item - label="Moderate" - name="Mature" - value="21"> - <item.columns - halign="center" - type="icon" - value="Parcel_M_Light" - width="20"/> - </icons_combo_box.item> - <icons_combo_box.item - label="General" - name="PG" - value="13"> - <item.columns - halign="center" - type="icon" - value="Parcel_PG_Light" - width="20"/> - </icons_combo_box.item> - </icons_combo_box> - <scroll_list - draw_heading="true" - left="0" - right="-1" - height="239" - top_pad="4" - follows="all" - column_padding="5" - can_resize="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="23" - label="OK" - label_selected="OK" - name="ok_btn" - top_pad="3" - left="0" - width="100" /> - <button - follows="left|bottom" - height="23" - label="Cancel" - name="cancel_btn" - width="100" - left_pad="3" /> - <button - follows="left|bottom" - height="23" - label="View Profile" - name="profile_btn" - width="100" - left_pad="3" /> - </panel> + name="panel_experience_search"/> </floater> diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index f33acc75b2..a9f83e751a 100755 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -81,13 +81,6 @@ function="Floater.ToggleOrBringToFront" parameter="experiences"/> </menu_item_call> - <menu_item_call - label="Experience Search..." - name="Experience Search"> - <menu_item_call.on_click - function="Floater.ToggleOrBringToFront" - parameter="experience_search"/> - </menu_item_call> <menu_item_separator/> <menu_item_call label="Camera Controls..." diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 5e966395dc..ee007197d7 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -7118,6 +7118,14 @@ Scripts associated with this experience will be able to do the following on regi <tag>confirm</tag> <form name="form"> <button + index="3" + name="BlockExperience" + text="Block Experience"/> + <button + index="2" + name="Mute" + text="Block Object"/> + <button index="0" name="Yes" text="Yes"/> @@ -7125,14 +7133,6 @@ Scripts associated with this experience will be able to do the following on regi index="1" name="No" text="No"/> - <button - index="2" - name="Mute" - text="Block Object"/> - <button - index="3" - name="BlockExperience" - text="Block Experience"/> </form> </notification> diff --git a/indra/newview/skins/default/xui/en/panel_experience_search.xml b/indra/newview/skins/default/xui/en/panel_experience_search.xml new file mode 100644 index 0000000000..5ac7f6b239 --- /dev/null +++ b/indra/newview/skins/default/xui/en/panel_experience_search.xml @@ -0,0 +1,166 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<panel + layout="topleft" + top="18" + left="0" + width="350" + height="330" + label="SEARCH" + follows="all"> + + <string + name="not_found"> + '[TEXT]' 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"> + "Parcel_PG_Light" + </string> + <string + name="maturity_icon_moderate"> + "Parcel_M_Light" + </string> + <string + name="maturity_icon_adult"> + "Parcel_R_Light" + </string> + <panel + follows="all" + left="5" + right="-3" + bottom="-2" + top="0" + 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" + top_pad="-18" + left_pad="2" + right="-1" + height="18" + name="find"/> + <text + top_pad="6" + left="0" + follows="top|left" + width="180"> + Max Content Rating: + </text> + <icons_combo_box + follows="left|top" + height="20" + label="Moderate" + layout="topleft" + name="maturity" + top_pad="-13" + left_pad="0" + right="-1"> + <icons_combo_box.drop_down_button + image_overlay="Parcel_M_Light" + image_overlay_alignment="left" + imgoverlay_label_space="3" + pad_left="3"/> + <icons_combo_box.item + label="Adult" + name="Adult" + value="42"> + <item.columns + halign="center" + type="icon" + value="Parcel_R_Light" + width="20"/> + </icons_combo_box.item> + <icons_combo_box.item + label="Moderate" + name="Mature" + value="21"> + <item.columns + halign="center" + type="icon" + value="Parcel_M_Light" + width="20"/> + </icons_combo_box.item> + <icons_combo_box.item + label="General" + name="PG" + value="13"> + <item.columns + halign="center" + type="icon" + value="Parcel_PG_Light" + width="20"/> + </icons_combo_box.item> + </icons_combo_box> + <scroll_list + draw_heading="true" + left="0" + right="-1" + height="239" + top_pad="4" + follows="all" + column_padding="5" + can_resize="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="23" + label="OK" + label_selected="OK" + name="ok_btn" + top_pad="3" + left="0" + width="100" /> + <button + follows="left|bottom" + height="23" + label="Cancel" + name="cancel_btn" + width="100" + left_pad="3" /> + <button + follows="left|bottom" + height="23" + label="View Profile" + name="profile_btn" + width="100" + left_pad="3" /> + </panel> +</panel> |