mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-19 19:09:13 -04:00
Rename g-pager to g-paginator after the recent pagination update.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@
|
||||
<? endforeach ?>
|
||||
</table>
|
||||
|
||||
<div class="g-pager">
|
||||
<div class="g-paginator">
|
||||
<?= $pager ?>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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)): ?>
|
||||
|
||||
Reference in New Issue
Block a user