23 lines
896 B
XML
23 lines
896 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<!-- All our XML is utf-8 encoded. -->
|
|
|
|
<!-- Floaters can optionally have their titlebar drag handle on the left.
|
|
If so, the title is not visible.
|
|
When a floater is resizable, a min_width and min_height must be specified. -->
|
|
<floater name="floater_contact_groups" title="Administrar Grupos">
|
|
<text name="InstructManageContacts">
|
|
Selecciona un Grupo (o Presiona Nuevo para crear uno):
|
|
</text>
|
|
<combo_box tool_tip="Grupos de Contactos" name="buddy_group_combobox">
|
|
<combo_item name="All" value="All">
|
|
Todos
|
|
</combo_item>
|
|
</combo_box>
|
|
<button label="+" name="combo_group_add"/>
|
|
<button label="-" name="combo_group_remove"/>
|
|
<button label="Nuevo" name="combo_group_create"/>
|
|
<text name="contact_list_text">
|
|
Actualmente en:
|
|
</text>
|
|
<scroll_list name="group_scroll_list"/>
|
|
</floater> |