diff --git a/client/WEB-INF/classes/resources/resource.properties b/client/WEB-INF/classes/resources/resource.properties index 24e94a0a1a6..27da32e667e 100644 --- a/client/WEB-INF/classes/resources/resource.properties +++ b/client/WEB-INF/classes/resources/resource.properties @@ -20,4 +20,6 @@ password.enabled = Password Enabled please.confirm.you.want.to.change.the.root.password.for.the.virtual.machine = Please confirm you want to change the ROOT password for the virtual machine please.confirm.you.want.to.enable.HA.for.your.virtual.machine.once.HA.is.enabled.your.virtual.machine.will.be.automatically.restarted.in.the.event.it.is.detected.to.have.failed = Please confirm you want to enable HA for your virtual machine. Once HA is enabled, your virtual machine will be automatically restarted in the event it is detected to have failed. please.confirm.you.want.to.disable.HA.for.the.virtual.machine.once.HA.is.disabled.the.virtual.machine.will.no.longer.be.automatically.restarted.in.the.event.of.a.failure = Please confirm you want to disable HA for the virtual machine. Once HA is disabled, the virtual machine will no longer be be automatically restarted in the event of a failure. +the.ISO.is.used.by.all.zones.please.confirm.you.want.to.delete.it.from.all.zones = The ISO is used by all zones. Please confirm you want to delete it from all zones. +please.confirm.you.want.to.delete.the.ISO = Please confirm you want to delete the ISO diff --git a/ui/new/jsp/iso.jsp b/ui/new/jsp/iso.jsp index b0105e68256..11cdc4ef031 100644 --- a/ui/new/jsp/iso.jsp +++ b/ui/new/jsp/iso.jsp @@ -140,6 +140,16 @@ +
ISO "+name+" is used by all zones. Please confirm you want to delete it from all zones.
"; + $dialog1 = $("#dialog_confirmation_delete_iso_all_zones"); else - htmlMsg = "Please confirm you want to delete ISO "+name+".
"; - - $("#dialog_confirmation") - .html(htmlMsg) + $dialog1 = $("#dialog_confirmation_delete_iso"); + + $dialog1 .dialog('option', 'buttons', { "Confirm": function() { $(this).dialog("close");