corebos icon indicating copy to clipboard operation
corebos copied to clipboard

MailManager: duplicate HTML IDs

Open joebordes opened this issue 6 years ago • 0 comments

MailManager index.tpl load the same email template twice:

https://github.com/tsolucio/corebos/blob/master/Smarty/templates/modules/MailManager/index.tpl#L50:L55

but that email template contains HTML elements with unique IDs so they get duplicated and the browser complains.

We must find out why the email form has to be loaded twice and fix the code to work with just one in order to avoid the duplicate IDs

joebordes avatar Dec 24 '18 00:12 joebordes