app/views/projects/set_checkout_version.js.erb
$("#notifications").html("");
$(".modal-header h3").css({ color: 'white', 'font-size': '14px', 'text-shadow': 'none' });
$(".modal-body-inner").html("<%= j render(:partial => "projects/set_checkout_version") %>");
$("#myModalLabel").html('<%= I18n.t(:button_checkout_project) %>');
$("#edit_component").modal({
keyboard: false,
backdrop: "static",
backdrop: false
});
$("#notifications").html("<%= j(render "layouts/notifications") %>");