diff --git a/plugins/enigma/enigma.js b/plugins/enigma/enigma.js index 865380d8c..fdd5de4be 100644 --- a/plugins/enigma/enigma.js +++ b/plugins/enigma/enigma.js @@ -587,8 +587,13 @@ rcube_webmail.prototype.enigma_password_request = function (data) { myprompt = $('
'), myprompt_content = $('

') .appendTo(myprompt), - myprompt_input = $('').attr({ type: 'password', size: 30, 'data-submit': 'true' }) - .appendTo(myprompt); + myprompt_input = $('').attr({ type: 'password', size: 30, 'data-submit': 'true' }); + + $('

') + .append($('') + .append($(''))) + .append(myprompt_input) + .appendTo(myprompt); data.key = data.keyid; if (data.keyid.length > 8) {