Comments

quicksketch’s picture

Status: Needs work » Closed (won't fix)

This probably won't be added to the module. If needed you could add this custom scripting to your theme or another module, simply target all a.ext links and adjust their title:

$('a.ext').attr('title', 'This link opens in a new window.');

I just can't see adjusting the title to be a common enough use-case to include directly.

akahn’s picture

Fair enough.

vkapas’s picture

Issue summary: View changes
StatusFileSize
new2.28 KB

Hello, quicksketch.

Thanks for great module! I created a small patch for easy-to-use management a title attribute from administration page (admin/config/user-interface/extlink).

Patch working fine with 7.x-1.18 version.

Hope, you will approve this patch to module.

vkapas’s picture

Version: 5.x-1.x-dev » 7.x-1.18
Status: Closed (won't fix) » Patch (to be ported)
vkapas’s picture

Oops... I accidentally deleted akahn's first comment and I have not figured out how to restore it :-(.

elachlan’s picture

Status: Patch (to be ported) » Closed (won't fix)