diff --git a/public/assets/form/form.js b/public/assets/form/form.js index 5bd599fcd..e053987fe 100644 --- a/public/assets/form/form.js +++ b/public/assets/form/form.js @@ -50,6 +50,7 @@ $(function() { defaults = { debug: false, noCSS: false, + prefixCSS: 'zammad-form-', showTitle: false, messageTitle: 'Zammad Form', messageSubmit: 'Submit', @@ -242,12 +243,12 @@ $(function() { _this.modalOpenTime = new Date() _this.log('debug', 'modalOpenTime:', _this.modalOpenTime) - var element = '
\ -
\ -
\ -
\ + var element = "
\ +
\ +
\ +
\
\ -
' +
" if (!this.options.modal) { element = '
'