diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 18:51:18 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 18:51:18 -0700 |
commit | e232c39fe516a9782ec15f4e2a9b4e68f1863a7d (patch) | |
tree | 0a124aabd070af794e6a3f4d51a350d5ea899eb9 /modules | |
parent | 350f6b58764beced6cd32497ad11e530b091fd5c (diff) |
Rename g-pager to g-paginator after the recent pagination update.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 20236a7a..f58267bd 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -193,7 +193,7 @@ <? endforeach ?> </table> - <div class="g-pager"> + <div class="g-paginator"> <?= $pager ?> </div> |