I've added a title tag to the image to help users further. Very very simple change.

    if ($link['position'] != 'no_image') {
      $flag = '<img src="'. $link['src'] .'" width = "'. $link['flagwidth'] .'" height = "'. $link['flagheight'] .'" class="'. $classes .'" alt="'. $link['text'] .'" title="'. $link['text'] .'"/>';
    }

Comments

lklimek’s picture

Version: 6.x-2.5 » 7.x-1.x-dev
Assigned: Unassigned » lklimek
Status: Active » Needs review
StatusFileSize
new791 bytes

Please review the patch attached (Drupal 7)

lklimek’s picture

Status: Needs review » Fixed

committed to 7.x-1.x

Status: Fixed » Closed (fixed)

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