projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aee9e3
)
CRM-12212
author
Donald A. Lobo
<lobo@civicrm.org>
Tue, 26 Mar 2013 18:35:55 +0000
(11:35 -0700)
committer
Donald A. Lobo
<lobo@civicrm.org>
Tue, 26 Mar 2013 18:35:55 +0000
(11:35 -0700)
CRM/Utils/PagerAToZ.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Utils/PagerAToZ.php
b/CRM/Utils/PagerAToZ.php
index f34fa254b1e78e4cce35b7b4a6baef0d3562562e..ef77786a7802de68f6e4b8f061f5b42fa783027f 100644
(file)
--- a/
CRM/Utils/PagerAToZ.php
+++ b/
CRM/Utils/PagerAToZ.php
@@
-153,9
+153,13
@@
class CRM_Utils_PagerAToZ {
$aToZBar[] = $element;
}
- $url = sprintf('<a href="%s">%s</a>',
- CRM_Utils_System::url($path, "force=1&qfKey=$qfKey&sortByCharacter=all"),
- 'All'
+ $url = sprintf(
+ '<a href="%s">%s</a>',
+ CRM_Utils_System::url(
+ $path,
+ "force=1&qfKey=$qfKey&sortByCharacter=all"
+ ),
+ ts('All')
);
$aToZBar[] = array('item' => $url);
return $aToZBar;