Stop using Pagination() and instead use $theme->pager() in views.

Move the pager() function up to Gallery_View and replace
themes/admin_wind/views/pager.html.php (Pagination based) with a
modified version from the wind theme in
themes/admin_wind/views/paginator.html.php.  Fixes #1718.
This commit is contained in:
Bharat Mediratta
2011-04-26 09:48:21 -07:00
parent c6d1d6a6ae
commit 5cf38ed816
9 changed files with 151 additions and 133 deletions

View File

@@ -110,7 +110,7 @@
</table>
<div class="g-paginator">
<?= $pager ?>
<?= $theme->paginator() ?>
</div>
</div>