blob: 7e23f9bbbba960c3d0a850883914451ae289fb7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="avatarinfo" title="Profilo">
<panel name="panel_profile_view">
<tab_container name="panel_profile_tabs">
<panel label="Second Life" name="panel_profile_secondlife"/>
<panel label="Web" name="panel_profile_web"/>
<panel label="Interessi" name="panel_profile_interests"/>
<panel label="Preferiti" name="panel_profile_picks"/>
<panel label="Annuncio" name="panel_profile_classifieds"/>
<panel label="Vita reale" name="panel_profile_firstlife"/>
<panel label="Note" name="panel_profile_notes"/>
</tab_container>
<button label="OK" name="ok_btn" tool_tip="Salva modifiche al profilo e chiudi"/>
<button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
</panel>
</floater>
|