From 29efb6ba9f3e2cf15f29b509f985890c33bc08fa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 14 Nov 2009 16:18:49 -0800 Subject: Rename "pager" to "paginator" so that we differentiate page.html.php from paginator.html.php --- themes/wind/views/album.html.php | 2 +- themes/wind/views/dynamic.html.php | 2 +- themes/wind/views/movie.html.php | 2 +- themes/wind/views/pager.html.php | 82 ---------------------------------- themes/wind/views/paginator.html.php | 86 ++++++++++++++++++++++++++++++++++++ themes/wind/views/photo.html.php | 2 +- 6 files changed, 90 insertions(+), 86 deletions(-) delete mode 100644 themes/wind/views/pager.html.php create mode 100644 themes/wind/views/paginator.html.php (limited to 'themes') diff --git a/themes/wind/views/album.html.php b/themes/wind/views/album.html.php index 1163630d..2c2b54eb 100644 --- a/themes/wind/views/album.html.php +++ b/themes/wind/views/album.html.php @@ -38,4 +38,4 @@ album_bottom() ?> -pager() ?> +paginator() ?> diff --git a/themes/wind/views/dynamic.html.php b/themes/wind/views/dynamic.html.php index 51e48dc0..a8a4d362 100644 --- a/themes/wind/views/dynamic.html.php +++ b/themes/wind/views/dynamic.html.php @@ -26,4 +26,4 @@ dynamic_bottom() ?> -pager() ?> +paginator() ?> diff --git a/themes/wind/views/movie.html.php b/themes/wind/views/movie.html.php index a44b891a..27c293ce 100644 --- a/themes/wind/views/movie.html.php +++ b/themes/wind/views/movie.html.php @@ -2,7 +2,7 @@
photo_top() ?> - pager() ?> + paginator() ?>
movie_img(array("class" => "g-movie", "id" => "g-movie-id-{$item->id}")) ?> diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php deleted file mode 100644 index 51d52021..00000000 --- a/themes/wind/views/pager.html.php +++ /dev/null @@ -1,82 +0,0 @@ - - - -
    -
  • - - - - - - - - - - - - - - - - - -
  • - -
  • - - $first_visible_position, - "to_number" => $last_visible_position, - "count" => $total)) ?> - - $position, "total" => $total)) ?> - -
  • - -
  • - - - - - - - - - - - - - - - - - -
  • -
diff --git a/themes/wind/views/paginator.html.php b/themes/wind/views/paginator.html.php new file mode 100644 index 00000000..5d300cf4 --- /dev/null +++ b/themes/wind/views/paginator.html.php @@ -0,0 +1,86 @@ + + + +
    +
  • + + + + + + + + + + + + + + + + + +
  • + +
  • + + + $first_visible_position, + "to_number" => $last_visible_position, + "count" => $total)) ?> + + $position, "total" => $total)) ?> + + + + +
  • + +
  • + + + + + + + + + + + + + + + + + +
  • +
diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index 091fd7c5..e0fae3f1 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -15,7 +15,7 @@
photo_top() ?> - pager() ?> + paginator() ?>
resize_top($item) ?> -- cgit v1.2.3