diff --git a/src/sunstone/public/app/tabs/provision-tab/templates/list.js b/src/sunstone/public/app/tabs/provision-tab/templates/list.js index 5e0db13cba..b25a574e10 100644 --- a/src/sunstone/public/app/tabs/provision-tab/templates/list.js +++ b/src/sunstone/public/app/tabs/provision-tab/templates/list.js @@ -316,20 +316,22 @@ define(function(require) { var template_name = $(".provision-title", ul_context).text(); $(".provision_confirm_delete_template_div", context).html( - '
'+ + '
'+ '
'+ - '
'+ - ''+ - Locale.tr("The template")+ - ' "' + template_name + '" ' + - Locale.tr("and the image associated will be shared and all the users will be able to instantiate new VMs using this template.") + - ''+ + '
'+ + '

'+ + Locale.tr("The template")+ + ' "' + template_name + '" ' + + Locale.tr("and the image associated will be shared and all the users will be able to instantiate new VMs using this template.") + + '

'+ + '
'+ + '
'+ + ''+ + '
'+ '
'+ - ''+ - '
'+ - '×'+ + '' + '
'); }); @@ -362,20 +364,22 @@ define(function(require) { var template_name = $(".provision-title", ul_context).first().text(); $(".provision_confirm_delete_template_div", context).html( - '
'+ + '
'+ '
'+ - '
'+ - ''+ - Locale.tr("The template")+ - ' "' + template_name + '" ' + - Locale.tr("and the image associated will be unshared and the users will not be able to instantiate new VMs using this template.") + - ''+ + '
'+ + '

'+ + Locale.tr("The template")+ + ' "' + template_name + '" ' + + Locale.tr("and the image associated will be unshared and the users will not be able to instantiate new VMs using this template.") + + '

'+ + '
'+ + '
'+ + ''+ + '
'+ '
'+ - ''+ - '
'+ - '×'+ + '' + '
'); });