Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
dfdabbc0
Commit
dfdabbc0
authored
6 years ago
by
ayduns
Browse files
Options
Downloads
Patches
Plain Diff
Remove bold from headers
parent
e1ae4220
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/hooks/hook_civicrm_searchColumns.md
+2
-2
2 additions, 2 deletions
docs/hooks/hook_civicrm_searchColumns.md
docs/hooks/hook_civicrm_searchTasks.md
+2
-2
2 additions, 2 deletions
docs/hooks/hook_civicrm_searchTasks.md
with
4 additions
and
4 deletions
docs/hooks/hook_civicrm_searchColumns.md
+
2
−
2
View file @
dfdabbc0
...
...
@@ -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 ) {
...
...
This diff is collapsed.
Click to expand it.
docs/hooks/hook_civicrm_searchTasks.md
+
2
−
2
View file @
dfdabbc0
...
...
@@ -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'){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment