blob: 45caf2323d26adc0a5f80704c9d513685e989042 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="navigation_bar">
<panel name="navigation_panel">
<pull_button name="back_btn" tool_tip="Revenir à l'emplacement précédent"/>
<pull_button name="forward_btn" tool_tip="Avancer d'un emplacement"/>
<button name="home_btn" tool_tip="Me téléporter jusqu'à mon domicile"/>
<location_input label="Emplacement" name="location_combo"/>
<search_combo_box label="Rechercher" name="search_combo_box" tool_tip="Rechercher">
<combo_editor label="Rechercher dans [SECOND_LIFE]" name="search_combo_editor"/>
</search_combo_box>
</panel>
<favorites_bar name="favorite" tool_tip="Faites glisser des repères ici pour un accès rapide à vos lieux favoris dans Second Life.">
<label name="favorites_bar_label" tool_tip="Faites glisser des repères ici pour un accès rapide à vos lieux favoris dans Second Life.">
Favoris
</label>
<chevron_button name=">>" tool_tip="Afficher d'avantage de Favoris"/>
</favorites_bar>
</panel>
|