Rename g-pager to g-paginator after the recent pagination update.

This commit is contained in:
Chad Kieffer
2009-11-18 18:51:18 -07:00
parent 350f6b5876
commit e232c39fe5
5 changed files with 11 additions and 11 deletions

View File

@@ -542,17 +542,17 @@ div#g-action-status {
/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-pager {
.g-paginator {
padding: .2em 0;
width: 100%;
}
.g-pager li {
.g-paginator li {
float: left;
width: 30%;
}
.g-pager .g-info {
.g-paginator .g-info {
background: none;
padding: .2em 0;
text-align: center;
@@ -680,7 +680,7 @@ div#g-action-status {
.rtl #g-content #g-album-grid .g-item,
.rtl .sf-menu li,
.rtl .g-breadcrumbs li,
.rtl .g-pager li,
.rtl .g-paginator li,
.rtl .g-buttonset li,
.rtl .ui-icon-left .ui-icon,
.rtl .g-short-form li,
@@ -717,11 +717,11 @@ div#g-action-status {
padding-right: 0;
}
.rtl .g-pager .g-info {
.rtl .g-paginator .g-info {
width: 35%;
}
.rtl .g-pager .g-text-right {
.rtl .g-paginator .g-text-right {
margin-left: 0;
}

View File

@@ -193,7 +193,7 @@
<? endforeach ?>
</table>
<div class="g-pager">
<div class="g-paginator">
<?= $pager ?>
</div>

View File

@@ -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",

View File

@@ -20,10 +20,10 @@ input.submit {
float: none !important;
}
.g-pager .g-text-right {
.g-paginator .g-text-right {
width: 29%;
}
.g-pager .ui-icon-right {
.g-paginator .ui-icon-right {
width: 60px;
}

View File

@@ -26,7 +26,7 @@
//
?>
<ul class="g-pager ui-helper-clearfix">
<ul class="g-paginator ui-helper-clearfix">
<li class="g-first">
<? if ($page_type == "collection"): ?>
<? if (isset($first_page_url)): ?>