Rename pagination() to Pagination()

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44242 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-05 01:38:25 +00:00
parent cdd3eadb91
commit 68e9570c8d
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ JS;
* @return Object DataObjectSet * @return Object DataObjectSet
*/ */
function pagination() { function Pagination() {
$this->pageSize = 9; $this->pageSize = 9;
$currentItem = $this->PopupCurrentItem(); $currentItem = $this->PopupCurrentItem();
$result = new DataObjectSet(); $result = new DataObjectSet();

View File

@ -21,7 +21,7 @@
<% if TotalCount == 1 %> <% if TotalCount == 1 %>
<% else %> <% else %>
<td> <td>
<% control pagination %> <% control Pagination %>
<% if active %> <% if active %>
<a href="$link">$number</a> <a href="$link">$number</a>
<% else %> <% else %>