Skip to content
Snippets Groups Projects
Commit c07487b1 authored by James Scott's avatar James Scott Committed by Steven Jones
Browse files

Issue #1437856 by jlscott: Fixed Display of Client Quota missing pager navigation bar.

parent 7cb11bc3
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ function theme_hosting_quota_admin_list ($client_quotas, $resources) {
}
$rows[] = $row;
}
return '<p>' . t('Usage information for the last month.') . '</p>' . theme('table', $header, $rows);
return '<p>' . t('Usage information for the last month.') . '</p>' . theme('table', $header, $rows) . theme('pager', NULL, 23, 0);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment