Problem/Motivation

Add, edit and delete links with icons can improve the interface of any site, mobile sites especially benefit from the economy that familiar +, -, and modify icons bring.

Proposed Resolution

Introduce 3 simply css classes: addlink, subtractlink, editlink for use in an "a" tag.

Remaining tasks

- review
- locate freely redistributable icons for edit and delete (add already exists in default Corolla install)

User interface changes

None.

API changes

None

Comments

robertwb’s picture

StatusFileSize
new567 bytes
robertwb’s picture

Status: Active » Needs review
Jeff Burnz’s picture

I'd be inclined to add something like this to the D8 version, because it has something akin to CSS short codes baked in, and it uses an icon font. I'm not so keen to release another D7 version to be frank (other than bug fixes etc) I kind of see it as feature locked.

Jeff Burnz’s picture

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

Sorry but I've decided not to add this to the default theme, thank-you for the patch however on this occasion I have to say its a no go. Cheers.

robertwb’s picture

StatusFileSize
new573 bytes

Just adding a revision to this patch for safe keeping, and to act as a sandbox -- I will likely end up porting this to D8 in the manner in which you suggest in #4.

The attached patch moves these icons positioning to the right of any text that they are styling instead of to the left as was done in the prior patch.