Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
63bdabcf
Commit
63bdabcf
authored
Jan 15, 2015
by
Patrick O'Keeffe
Committed by
Gerrit Code Review
Jan 16, 2015
Browse files
patch for regulat intervals between page numbers in "Shared with me" (bug 1409370)
Change-Id: I914f6ba55fc8b95ac0db6d226aa4b90f39e2ae2f
parent
913a990d
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/json/sharedviews.php
View file @
63bdabcf
...
...
@@ -73,6 +73,8 @@ $pagination = build_pagination(array(
'limit'
=>
$limit
,
'offset'
=>
$offset
,
'setlimit'
=>
true
,
'jumplinks'
=>
8
,
'numbersincludeprevnext'
=>
2
,
));
$smarty
=
smarty_core
();
...
...
htdocs/view/sharedviews.php
View file @
63bdabcf
...
...
@@ -135,6 +135,8 @@ $pagination = build_pagination(array(
'limit'
=>
$limit
,
'offset'
=>
$offset
,
'setlimit'
=>
true
,
'jumplinks'
=>
8
,
'numbersincludeprevnext'
=>
2
,
));
$smarty
=
smarty
(
array
(
'paginator'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment