diff --git a/src/sunstone/public/js/plugins/groups-tab.js b/src/sunstone/public/js/plugins/groups-tab.js index 0948db23b8..2f822c8580 100644 --- a/src/sunstone/public/js/plugins/groups-tab.js +++ b/src/sunstone/public/js/plugins/groups-tab.js @@ -172,7 +172,7 @@ var create_group_tmpl =
\ \ ×\ @@ -749,7 +749,7 @@ function setup_add_rp_dialog(group){ \ \ diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index e43c1ae8ab..0d0af76931 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -42,7 +42,6 @@ var create_template_tmpl = '\ ''+ ''+ ''+ - ''+ ''+ ''+ '' + @@ -62,7 +61,6 @@ var create_template_tmpl = '\ ' ' + '' + '' + @@ -3572,13 +3570,6 @@ function initialize_create_template_dialog(dialog) { popUpCreateTemplateDialog(); }); - $('#template_template_reset_button_update', dialog).click(function(){ - dialog.html(""); - setupCreateTemplateDialog(); - - popUpUpdateTemplateDialog(); - }); - if (Config.isTemplateCreationTabEnabled('general')){ var tab = $('#capacityTab', dialog); setup_capacity_tab_content(tab); @@ -3835,7 +3826,6 @@ function popUpUpdateTemplateDialog(){ $('button#create_template_form_easy', $create_template_dialog).hide(); $('button#template_template_update_button', $create_template_dialog).show(); $('button#template_template_reset_button', $create_template_dialog).hide(); - $('button#template_template_reset_button_update', $create_template_dialog).show(); $('button#manual_template_update_button', $create_template_dialog).show(); $('button#create_template_submit_manual', $create_template_dialog).hide(); @@ -3863,7 +3853,6 @@ function popUpCreateTemplateDialog(){ $('button#create_template_form_easy', $create_template_dialog).show(); $('button#template_template_update_button', $create_template_dialog).hide(); $('button#template_template_reset_button', $create_template_dialog).show(); - $('button#template_template_reset_button_update', $create_template_dialog).hide(); $('button#manual_template_update_button', $create_template_dialog).hide(); $('button#create_template_submit_manual', $create_template_dialog).show();