diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 00:27:22 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-04 00:27:22 -0600 |
| commit | 3e6ba7acc3291f2268cbe9c9bef0a492b557babb (patch) | |
| tree | 079c1bd09ab1cfcf35524f2e541c586a95f205e4 /themes/admin_wind/views/pager.html.php | |
| parent | 9145331fd420ec3fe86833a7b9567ec42f1d84e8 (diff) | |
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
Diffstat (limited to 'themes/admin_wind/views/pager.html.php')
| -rw-r--r-- | themes/admin_wind/views/pager.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/views/pager.html.php b/themes/admin_wind/views/pager.html.php index 29b9f9d0..555a4950 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="gPager"> +<ul class="g-pager"> <? /* @todo This message isn't easily localizable */ $from_to_msg = t2("Item %from_number of %count", "Items %from_number - %to_number of %count", @@ -24,7 +24,7 @@ <span class="ui-icon ui-icon-seek-prev"></span><?= t("previous") ?></a> <? endif ?> </li> - <li class="gInfo"><?= $from_to_msg ?></li> + <li class="g-info"><?= $from_to_msg ?></li> <li class="g-txt-right"> <? if ($next_page): ?> <a href="<?= str_replace('{page}', $next_page, $url) ?>" class="g-button ui-icon-right ui-state-default ui-corner-all"> |
