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 /themes/admin_wind | |
| parent | 350f6b58764beced6cd32497ad11e530b091fd5c (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", |
