summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_ban_duration.xml
blob: 02252ede20ccda95cb5523a88130ff392bcc7870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="ban_duration" title="Duración">
	<text name="duration_textbox">
		Duración:
	</text>
	<radio_group name="ban_duration_radio">
		<radio_item label="Siempre" name="always_radio">
			Siempre
		</radio_item>
		<radio_item label="Temporario" name="temporary_radio">
			Temporario
		</radio_item>
	</radio_group>
	<text name="hours_textbox">
		horas
	</text>
	<button label="Aceptar" name="ok_btn"/>
	<button label="Cancelar" name="cancel_btn"/>
</floater>