diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index be6d6ab94b..bc0d35c0fe 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -3920,23 +3920,6 @@ function setup_other_tab_content(other_tab){ }); } - - -// Prepare the template creation dialog -function setupCreateTemplateDialog(){ - - //***CREATE VM DIALOG MAIN BODY*** - - dialogs_context.append('
'); - $create_template_dialog = $('#create_template_dialog',dialogs_context); - var dialog = $create_template_dialog; - - //Insert HTML in place - dialog.html(create_template_tmpl); - //$(document).foundation(); - initialize_create_template_dialog(dialog); -} - function initialize_create_template_dialog(dialog) { var tabs = $( "#template_create_tabs", dialog)//.tabs().addClass("ui-tabs-");