I've just created a new target group and will create a new mailinglist via the option 'create mailinglist from this target'.
Clicking on this option, I got a new window asking me 'Do You really want to generate a new mailing list from this target group?'.
I won't to cancel this by clicking on the 'cancel button' nothing happens? It seems that this button was only a text field!
I'm running on Openemm version 6.2
Regards,
gs
create mailinglist from this target
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: create mailinglist from this target
To fix this bug open file new_ml.jsp and search for code
and replace it with code
No need to restart OpenEMM.
Code: Select all
<html:img src="button?msg=Cancel" border="0"/>
Code: Select all
<html:link page="<%= new String("/target.do?action=" + TargetAction.ACTION_VIEW + "&targetID=" + tmpTargetID) %>">
<html:img src="button?msg=Cancel" border="0"/>
</html:link>
OpenEMM Maintainer