Ecodev/newsletter

UX improvement: Add a href to the Newsletter URL in BE status tab

Closed this issue · 3 comments

The FE link in Status TAB should be a clickable link with target="_blank"

That way it is not neccessary to copy and paste the url to get to the fe-view of the newsletter.

cheers

You're absolutely right, and I'd gladly accept a PR to do that. AFAIK I couldn't find a way to do that via ExtJS...

Can't this be just drop in \Ecodev\Newsletter\Utility\Validator ?

around line 100

$infos = array(sprintf($this->lang->getLL('validation_content_url'), '<a target="_blank" href="'.$url.'">'.$url.'</a>'));

As a matter of fact, yes it can. I guess I didn't try that hard back then... thanks for the suggestion :)