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
c8fac8be
Commit
c8fac8be
authored
Aug 10, 2010
by
Richard Mansfield
Browse files
Use correct table element id in task paginator
Signed-off-by:
Richard Mansfield
<
richardm@catalyst.net.nz
>
parent
6851c362
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/plans/blocktype/plans/lib.php
View file @
c8fac8be
...
...
@@ -87,7 +87,7 @@ class PluginBlocktypePlans extends PluginBlocktype {
$pagination
=
build_pagination
(
array
(
'id'
=>
'block'
.
$blockid
.
'_pagination'
,
'class'
=>
'center nojs-hidden-block'
,
'datatable'
=>
'task
s
table_'
.
$blockid
,
'datatable'
=>
'tasktable_'
.
$blockid
,
'url'
=>
$baseurl
,
'jsonscript'
=>
'artefact/plans/blocktype/plans/tasks.json.php'
,
'count'
=>
$tasks
[
'count'
],
...
...
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