diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 18:01:08 -0700 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-11-01 18:01:08 -0700 |
| commit | 6524aa55b3fbb4a1a458404b5509218a106441cb (patch) | |
| tree | de3f49ce2d06b32022b81d291f90a6c368bdc7a2 /themes/wind/views/pager.html.php | |
| parent | 1202db1c3a67ff8232254989ece76e707b21d730 (diff) | |
Add g-first to first li of pagers.
Diffstat (limited to 'themes/wind/views/pager.html.php')
| -rw-r--r-- | themes/wind/views/pager.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php index ba325d03..36b2c13f 100644 --- a/themes/wind/views/pager.html.php +++ b/themes/wind/views/pager.html.php @@ -8,7 +8,7 @@ array("from_number" => $current_first_item, "to_number" => $current_last_item, "count" => $total_items)) ?> - <li> + <li class="g-first"> <? if ($first_page): ?> <a href="<?= str_replace('{page}', 1, $url) ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-seek-first"></span><?= t("First") ?></a> |
