ItEr21S09CUIntroducionAvanceUnidadeTraballoItEr20S07: Some changes to confirm remove window.

This commit is contained in:
Susana Montes Pedreira 2009-08-11 12:26:24 +02:00 committed by Óscar González Fernández
parent 94cf70d61f
commit 4c2dc0e2a3

View file

@ -19,13 +19,15 @@
<edition top_id="editWindow" title="Edit Advance Type Data"
save_button_label="Save" cancel_button_label="Cancel" />
<window visible="@{controller.confirmingRemove}"
id="confirmRemove" title="Confirmación" width="500px"
id="confirmRemove" title="Confirmation" sizable="true"
position="center">
<vbox>
<hbox>
¿Desexa borrar <label value="@{controller.advanceType.unitName}"/> ?
<vbox align = "center">
<hbox align = "center">
<label value = "¿ Do you want to delete"/>
<label value ="@{controller.advanceType.unitName}"/>
<label value = "?"/>
</hbox>
<hbox>
<hbox align = "center">
<button label="Yes"
onClick="controller.remove(controller.advanceType);" />
<button label="No"