diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-01-11 17:44:49 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-01-11 17:44:49 -0800 |
commit | c0c642862e8e4b58e185aafdd29460c7a89c6483 (patch) | |
tree | 3bee3ef73c3879d8840efe4bd15864abdcb97301 /indra/newview/skins | |
parent | 6f6641219ea36ad0b4c3b39d0a35c55b1bf0a2fc (diff) |
PATH-145: Implementing the basics of filtering on the pathfinding linksets console. Still need some refinments in usability.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml index 2ae2795cb5..f4631c865a 100644 --- a/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml +++ b/indra/newview/skins/default/xui/en/floater_pathfinding_linksets.xml @@ -62,7 +62,7 @@ left_delta="93" top="11" max_length_bytes="10" - name="estate" + name="filter_by_name" width="115" /> <text height="13" @@ -87,7 +87,7 @@ left_delta="131" top="11" max_length_bytes="10" - name="estate" + name="filter_by_description" width="115" /> <check_box height="19" @@ -95,7 +95,7 @@ layout="topleft" left="591" top="14" - name="DisplayNavmeshOverlay" + name="filter_by_fixed" width="90" /> <check_box height="19" @@ -103,14 +103,14 @@ layout="topleft" left="671" top="14" - name="DisplayNavmeshOverlay" + name="filter_by_walkable" width="90" /> <button follows="right|top" height="21" label="Apply" layout="topleft" - name="linksets" + name="apply_filters" top="11" left="769" width="73"/> @@ -119,7 +119,7 @@ height="21" label="Clear" layout="topleft" - name="linksets" + name="clear_filters" top="11" left="851" width="73"/> |