/** * Provide the HTML to create the modal dialog. */ Drupal.theme.prototype.ModalFormsPopup = function () { var html = ''; html += '
'; html += ' '; html += '
'; return html; }