Details
-
Type:
Patch
-
Status: Done/Fixed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.1.5
-
Fix Version/s: 3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Documentation for hook_civicrm_links() shows an 'id' attribute, but this is not used in creating the link itself.
This patch adds support for the "id" attribute. It also adds support for a "class" attribute, hoping to make for easier styling of the links.
Even better, this patch also puts the "title" value in the title attribute for the link, so that mouseover tooltips don't default to "Summary" as they would otherwise.