diff options
author | McCabe Maxsted | 2010-04-18 16:29:29 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-18 16:29:29 -0700 |
commit | 03e2fda50400f1e71623484d5e6f12446f2c76b7 (patch) | |
tree | 868fc27675207bfaee7cdd172d981d5592e1752d /linden/indra/newview/skins/default/xui | |
parent | Fixed windows compile error introduced in ca315cbe (diff) | |
download | meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.zip meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.gz meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.bz2 meta-impy-03e2fda50400f1e71623484d5e6f12446f2c76b7.tar.xz |
Ported slviewer-0-v12300-ReinstateOldSearchTabs.patch from the Hippo Viewer (opensim currently uses the old search all)
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_directory.xml | 167 |
1 files changed, 105 insertions, 62 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml index a600c86..039c4f8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_directory.xml | |||
@@ -1,12 +1,70 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="true" height="590" min_height="590" min_width="780" | 3 | can_resize="true" height="590" min_height="590" min_width="780" |
4 | name="directory" rect_control="FloaterFindRect2" title="Search Second Life" | 4 | name="directory" rect_control="FloaterFindRect2" title="Search" |
5 | width="780"> | 5 | width="780"> |
6 | <tab_container bottom="-590" follows="left|top|right|bottom" height="570" left="0" | 6 | <tab_container bottom="-590" follows="left|top|right|bottom" height="570" left="0" |
7 | mouse_opaque="false" name="Directory Tabs" tab_position="top" width="780"> | 7 | mouse_opaque="false" name="Directory Tabs" tab_position="top" width="780"> |
8 | <panel border="true" bottom="-569" follows="left|top|right|bottom" height="553" | 8 | <panel border="true" bottom="-569" follows="left|top|right|bottom" height="553" |
9 | label="All" left="1" mouse_opaque="false" name="find_all_panel" width="778"> | 9 | label="All" left="1" mouse_opaque="false" name="find_all_old_panel" width="778"> |
10 | <string name="searching_text"> | ||
11 | Searching... | ||
12 | </string> | ||
13 | <string name="not_found_text"> | ||
14 | None Found. | ||
15 | </string> | ||
16 | <button bottom="-553" follows="left|bottom" font="SansSerif" halign="center" | ||
17 | height="20" label="< Prev" label_selected="< Prev" left="80" | ||
18 | mouse_opaque="true" name="< Prev" width="60" /> | ||
19 | <button bottom="-553" follows="left|bottom" font="SansSerif" halign="center" | ||
20 | height="20" label="Next >" label_selected="Next >" | ||
21 | mouse_opaque="true" name="Next >" width="60" /> | ||
22 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
23 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
24 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" | ||
25 | name="find" v_pad="0" width="50"> | ||
26 | Find: | ||
27 | </text> | ||
28 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | ||
29 | follows="left|top" font="SansSerif" height="18" left_delta="38" | ||
30 | max_length="63" mouse_opaque="true" name="name" width="128" /> | ||
31 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | ||
32 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | ||
33 | name="Search" width="70" /> | ||
34 | <check_box bottom="-22" control_name="ShowPGSearchAll" follows="left|top" | ||
35 | font="SansSerifSmall" height="16" initial_value="true" | ||
36 | label="PG content" left_delta="78" mouse_opaque="true" | ||
37 | name="incpg" width="156" /> | ||
38 | <check_box bottom="-22" control_name="ShowMatureSearchAll" follows="left|top" | ||
39 | font="SansSerifSmall" height="16" initial_value="false" | ||
40 | label="Mature content" left_delta="100" mouse_opaque="true" | ||
41 | name="incmature" width="156" /> | ||
42 | <check_box bottom="-22" control_name="ShowAdultSearchAll" follows="left|top" | ||
43 | font="SansSerifSmall" height="16" initial_value="false" | ||
44 | label="Adult content" left_delta="120" mouse_opaque="true" | ||
45 | name="incadult" width="156" /> | ||
46 | <scroll_list background_visible="true" bottom="-533" column_padding="0" draw_border="true" | ||
47 | draw_heading="false" fg_disable_color="1, 1, 1, 1" | ||
48 | follows="left|top|right|bottom" height="484" left="4" mouse_opaque="true" | ||
49 | multi_select="false" name="results" search_column="1" width="339"> | ||
50 | <column label="" name="icon" width="24" /> | ||
51 | <column label="Name" name="name" width="235" /> | ||
52 | <column label="Price" name="price" width="90" /> | ||
53 | <column label="Time (PT)" name="date" width="90" /> | ||
54 | <column label="Time" name="time" width="-1" /> | ||
55 | <column label="Traffic" name="dwell" width="90" /> | ||
56 | <column label="Area" name="area" width="90" /> | ||
57 | <column label="[CURRENCY]/sq.m" name="per_meter" width="90" /> | ||
58 | <column label="Online" name="online" width="90" /> | ||
59 | <column label="Members" name="members" width="90" /> | ||
60 | </scroll_list> | ||
61 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
62 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" | ||
63 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | ||
64 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | ||
65 | </panel> | ||
66 | <panel border="true" bottom="-569" follows="left|top|right|bottom" height="553" | ||
67 | label="All (web)" left="1" mouse_opaque="false" name="find_all_panel" width="778"> | ||
10 | <string name="searching_text"> | 68 | <string name="searching_text"> |
11 | Searching... | 69 | Searching... |
12 | </string> | 70 | </string> |
@@ -616,72 +674,57 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
616 | label="Groups" left="1" mouse_opaque="false" | 674 | label="Groups" left="1" mouse_opaque="false" |
617 | name="groups_panel" | 675 | name="groups_panel" |
618 | width="778"> | 676 | width="778"> |
619 | <string name="searching_text">Searching...</string> | 677 | <string name="searching_text"> |
620 | <string name="not_found_text">None Found.</string> | 678 | Searching... |
679 | </string> | ||
680 | <string name="not_found_text"> | ||
681 | None Found. | ||
682 | </string> | ||
683 | <button bottom="-553" follows="left|bottom" font="SansSerif" halign="center" | ||
684 | height="20" label="Next >" label_selected="Next >" | ||
685 | mouse_opaque="true" name="Next >" right="344" width="80" /> | ||
686 | <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" | ||
687 | height="20" label="< Prev" label_selected="< Prev" | ||
688 | mouse_opaque="true" name="< Prev" right="258" width="80" /> | ||
621 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 689 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
622 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | 690 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" |
623 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" | 691 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" |
624 | name="find" v_pad="0" width="50"> | 692 | name="find" v_pad="0" width="50"> |
625 | Find: | 693 | Find: |
626 | </text> | 694 | </text> |
627 | <line_editor bevel_style="in" | 695 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
628 | border_style="line" | 696 | follows="left|top" font="SansSerif" height="18" left_delta="38" |
629 | border_thickness="1" | 697 | max_length="63" mouse_opaque="true" name="name" width="200" /> |
630 | bottom="-24" | 698 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" |
631 | enabled="true" | 699 | label="Search" label_selected="Search" left_delta="210" mouse_opaque="true" |
632 | follows="top|left|right" | 700 | name="Search" width="70" /> |
633 | font="SansSerif" | 701 | <check_box bottom="-46" control_name="ShowPGGroups" follows="left|top" |
634 | handle_edit_keys_directly="false" | 702 | font="SansSerifSmall" height="16" initial_value="true" |
635 | commit_on_focus_lost="false" | 703 | label="PG content" left="4" mouse_opaque="true" |
636 | height="18" | 704 | name="incpg" width="204" /> |
637 | hidden="false" | 705 | <check_box bottom="-46" control_name="ShowMatureGroups" follows="left|top" |
638 | label="Search" | 706 | font="SansSerifSmall" height="16" initial_value="true" |
639 | left_delta="56" | 707 | label="Mature content" left_delta="90" mouse_opaque="true" |
640 | width="160" | 708 | name="incmature" width="204" /> |
641 | max_length="254" | 709 | <check_box bottom="-46" control_name="ShowAdultGroups" follows="left|top" |
642 | mouse_opaque="true" | 710 | font="SansSerifSmall" height="16" initial_value="false" |
643 | name="search_editor" | 711 | label="Adult content" left_delta="110" mouse_opaque="true" |
644 | select_all_on_focus_received="false" | 712 | name="incadult" width="204" /> |
645 | select_on_focus="false" | 713 | <scroll_list background_visible="true" bottom="-533" column_padding="0" draw_border="true" |
646 | tab_group="1" | 714 | draw_heading="true" |
647 | tool_tip="Search Second Life" /> | 715 | follows="left|top|right|bottom" height="484" left="4" mouse_opaque="true" |
648 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" label="Back" | 716 | multi_select="false" name="results" search_column="2" width="339"> |
649 | left="230" name="back_btn" width="70" /> | 717 | <column label="" name="icon" sort="score" sort_ascending="false" width="24" /> |
650 | <button bottom="-26" follows="top|right" font="SansSerifSmall" height="20" | 718 | <column label="" name="type" width="-1" /> |
651 | label="Forward" left="304" name="forward_btn" width="70" /> | 719 | <column dynamicwidth="true" label="Name" name="name" /> |
652 | <button bottom="-48" follows="top|right" font="SansSerif" height="20" | 720 | <column halign="left" label="Members" name="members" sort_ascending="false" width="100" /> |
653 | label="Search" left="121" name="search_btn" width="95" /> | 721 | <column label="" name="score" width="-1" /> |
654 | <check_box bottom="-22" control_name="ShowPGGroups" follows="right|top" | 722 | </scroll_list> |
655 | font="SansSerifSmall" height="16" initial_value="true" | 723 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
656 | label="PG content" left="420" mouse_opaque="true" | 724 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" |
657 | name="incpg" width="156" /> | 725 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
658 | <check_box bottom="-40" control_name="ShowMatureGroups" follows="right|top" | 726 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> |
659 | font="SansSerifSmall" height="16" initial_value="true" | 727 | </panel> |
660 | label="Mature content" left="420" mouse_opaque="true" | ||
661 | name="incmature" width="156" /> | ||
662 | <check_box bottom="-58" control_name="ShowAdultGroups" follows="right|top" | ||
663 | font="SansSerifSmall" height="16" initial_value="false" | ||
664 | label="Adult content" left="420" mouse_opaque="true" | ||
665 | name="incadult" width="156" /> | ||
666 | <web_browser name="groups_browser" | ||
667 | bottom="25" | ||
668 | follows="top|left|bottom|right" | ||
669 | font="SansSerifSmall" | ||
670 | left="10" | ||
671 | right="-10" | ||
672 | top="-60" /> | ||
673 | <text bottom="5" | ||
674 | follows="bottom|left" | ||
675 | halign="left" | ||
676 | left="10" | ||
677 | width="150" | ||
678 | name="status_text" | ||
679 | height="16" /> | ||
680 | <string name="loading_text">Loading...</string> | ||
681 | <string name="done_text">Done</string> | ||
682 | <string name="redirect_404_url">http://secondlife.com/app/search/notfound.html</string> | ||
683 | <string name="default_search_page">"http://secondlife.com/app/search/index_groups.php?"</string> | ||
684 | </panel> | ||
685 | </tab_container> | 728 | </tab_container> |
686 | <panel bottom="-580" follows="right|top" height="490" left="340" | 729 | <panel bottom="-580" follows="right|top" height="490" left="340" |
687 | name="classified_details_panel" width="440" /> | 730 | name="classified_details_panel" width="440" /> |