projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa5210
)
Fix output of 'All' link in the alphaPager
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 14 Aug 2010 18:02:04 +0000
(14:02 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 14 Aug 2010 18:02:04 +0000
(14:02 -0400)
turba/templates/list/alphaPager.inc
patch
|
blob
|
history
diff --git
a/turba/templates/list/alphaPager.inc
b/turba/templates/list/alphaPager.inc
index
f96579e
..
3bb7cfd
100644
(file)
--- a/
turba/templates/list/alphaPager.inc
+++ b/
turba/templates/list/alphaPager.inc
@@
-6,7
+6,7
@@
$currentPage = Horde_String::upper($page);
if ($currentPage == '*') {
echo '<strong>(' . _("All") . ')</strong> ';
} else {
- Horde::applicationUrl($viewurl)->add(array('page' => '*', 'show' => $show))->link() . _("All") . '</a> ';
+
echo
Horde::applicationUrl($viewurl)->add(array('page' => '*', 'show' => $show))->link() . _("All") . '</a> ';
}
for ($i = 65; $i < 91; $i++) {
$a = chr($i);