Files
SingularityViewer/indra/newview/skins/default/xui/es/floater_name_description.xml
2012-07-13 06:23:37 -03:00

14 lines
397 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Name/Description">
<text name="name_label">
Nombre:
</text>
<line_editor name="name_form"/>
<text name="description_label">
Descripción:
</text>
<line_editor name="description_form"/>
<button label="Cancelar" name="cancel_btn"/>
<button label="Subir ([UPLOADFEE])" name="ok_btn"/>
</floater>