Skip to content
Snippets Groups Projects
Unverified Commit ac956bc5 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #510 from aydun/hdr_format

Remove bold from headers
parents e1ae4220 dfdabbc0
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ column values and therefore appear to be sorting incorrectly.
- null
## **Example**
## Example
function civitest_civicrm_searchColumns( $objectName, &$headers, &$values, &$selector ) {
......@@ -102,7 +102,7 @@ column values and therefore appear to be sorting incorrectly.
}
}
### **Example to add new column header at desired place**
### Example to add new column header at desired place
function civitest_civicrm_searchColumns( $objectName, &$headers, &$values, &$selector ) {
......
......@@ -27,7 +27,7 @@ search, allowing you to inject additional actions or to remove existing actions.
- null
## **Example (Disable an existing task)**
## Example (Disable an existing task)
function civitest_perm () {
return array(
......@@ -45,7 +45,7 @@ search, allowing you to inject additional actions or to remove existing actions.
}
}
## **Example (Add a new task)**
## Example (Add a new task)
function smsconversation_civicrm_searchTasks( $objectName, &$tasks ){
if($objectName == 'contact'){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment