Annotation of /trunk/indra/newview/skins/default/xui/en-us/floater_teleport_history.xml
Parent Directory
|
Revision Log
Revision 138 - (view) (download) (as text)
| 1 : | mjm | 63 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
| 2 : | mjm | 138 | <floater name="teleporthistory" title="Teleport History" rect_control="FloaterTeleportHistoryRect" |
| 3 : | can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | ||
| 4 : | min_width="550" min_height="150" width="550" height="200"> | ||
| 5 : | <scroll_list name="places_list" can_resize="true" multi_select="false" | ||
| 6 : | background_visible="true" draw_border="true" draw_stripes="true" draw_heading="true" | ||
| 7 : | height="150" width="530" bottom_delta="-170" top="10" left="10" follows="left|top|right|bottom"> | ||
| 8 : | <column name="parcel" label="Parcel" dynamicwidth="true" /> | ||
| 9 : | <column name="region" label="Region" width="150" /> | ||
| 10 : | <column name="position" label="Position" width="90" /> | ||
| 11 : | <column name="visited" label="Visited" width="110" /> | ||
| 12 : | mjm | 63 | <!--Hidden fields, used as storage for prebuilt strings, please keep at width 0--> |
| 13 : | mjm | 138 | <column name="slurl" label="" width="0" /> |
| 14 : | <column name="simstring" label="" width="0" /> | ||
| 15 : | mjm | 63 | </scroll_list> |
| 16 : | mjm | 138 | <button name="teleport" label="Teleport" tool_tip="Teleport to selected location" |
| 17 : | enabled="false" mouse_opaque="true" font="SansSerif" halign="center" | ||
| 18 : | height="20" width="90" bottom_delta="-24" left="10" follows="left|bottom" | ||
| 19 : | /> | ||
| 20 : | <button name="show_on_map" label="Show on map" tool_tip="Center map on selected location." | ||
| 21 : | enabled="false" mouse_opaque="true" font="SansSerif" halign="center" | ||
| 22 : | height="20" width="125" bottom_delta="0" left_delta="100" follows="left|bottom" | ||
| 23 : | /> | ||
| 24 : | <button name="copy_slurl" label="Copy SLURL to clipboard" tool_tip="Copy selected location as SLURL." | ||
| 25 : | enabled="false" mouse_opaque="true" font="SansSerif" halign="center" | ||
| 26 : | height="20" width="180" bottom_delta="0" left_delta="135" follows="left|bottom" | ||
| 27 : | /> | ||
| 28 : | mjm | 63 | </floater> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

