While editing a link, average joe content editors have issues comprehending what _blank, _self, _parent and _top mean.

This request is to add some context within the dropdown to what those actually do. Specifically the dropdowns should read "Default (_self)", "New Window (_blank)", "Parent Frame (_parent)" and "Full Body (_top)".

Comments

coreycondardo’s picture

Issue summary: View changes
coreycondardo’s picture

StatusFileSize
new1.09 KB

Patch attached.

--Corey

coreycondardo’s picture

I was just on a site with Linkit target (before 3.x) and noticed that the drop down has very similar words to what I proposed in the above patch.

'_blank' => t('New window (_blank)'),
'_top' => t('Top window (_top)'),
'_self' => t('Same window (_self)'),
'_parent' => t('Parent window (_parent)')

So I guess I was on the right track :). Any reason this was taken out?

--Corey

anon’s picture

Assigned: coreycondardo » Unassigned
Status: Active » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.