diff --git a/install/ui/certificate.js b/install/ui/certificate.js index 372edcdaa..70533c14d 100755 --- a/install/ui/certificate.js +++ b/install/ui/certificate.js @@ -437,8 +437,9 @@ IPA.cert.request_dialog = function(spec) { var that = IPA.dialog(spec); - that.width = spec.width || 500; - that.height = spec.height || 400; + that.width = spec.width || 600; + that.height = spec.height || 450; + that.message = spec.message; that.request = spec.request; @@ -466,14 +467,11 @@ IPA.cert.request_dialog = function(spec) { }); that.create = function() { - that.container.append(IPA.messages.objects.cert.enter_csr+':'); - that.container.append('
'); - that.container.append('
'); + that.container.append(that.message); that.textarea = $('