diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-18 18:51:18 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-19 11:55:43 -0800 |
| commit | 690ea4a01474d8f0b6d9d19ad87bfbbde33a9b80 (patch) | |
| tree | 30d882a91f7522985e5ccfcb02c999e69670dfa3 /themes/admin_wind | |
| parent | 678e22996d73b96833c48d94751344a6bd8f2899 (diff) | |
Rename g-pager to g-paginator after the recent pagination update.
Diffstat (limited to 'themes/admin_wind')
| -rw-r--r-- | themes/admin_wind/views/pager.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/views/pager.html.php b/themes/admin_wind/views/pager.html.php index 7870ef3f..5fff5845 100644 --- a/themes/admin_wind/views/pager.html.php +++ b/themes/admin_wind/views/pager.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <? // See http://docs.kohanaphp.com/libraries/pagination ?> -<ul class="g-pager"> +<ul class="g-paginator"> <? /* @todo This message isn't easily localizable */ $from_to_msg = t2("Item %from_number of %count", "Items %from_number - %to_number of %count", |
