projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0aa04
)
Paginating: Visibility auch berechnen...
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Jul 2011 14:08:28 +0000
(16:08 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 8 Dec 2011 10:42:34 +0000
(11:42 +0100)
SL/DB/Helper/Paginated.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Helper/Paginated.pm
b/SL/DB/Helper/Paginated.pm
index
df5a6e3
..
e170ad3
100644
(file)
--- a/
SL/DB/Helper/Paginated.pm
+++ b/
SL/DB/Helper/Paginated.pm
@@
-51,7
+51,7
@@
sub make_common_pages {
map {
active => $_ != $cur,
page => $_,
- visible =>
+ visible =>
calc_visibility($cur, $max, $_),
}, 1 .. $max
];
}