ZfcUserAdmin icon indicating copy to clipboard operation
ZfcUserAdmin copied to clipboard

Add option for number of users per page (pagination)

Open fabwu opened this issue 11 years ago • 7 comments
trafficstars

fabwu avatar Aug 14 '14 23:08 fabwu

Seems like a good welcome change. Except the view keep telling next 10 shoudl be the value from the moduleOption class.

stijnhau avatar Aug 15 '14 08:08 stijnhau

I believe this button means the next 10 pages and not the next 10 items...

In my project I replace this button with a link to the next page. Do you want this?

fabwu avatar Aug 15 '14 08:08 fabwu

No realy means next 10 items(users).

stijnhau avatar Aug 15 '14 08:08 stijnhau

Can you also change it in the view?

stijnhau avatar Aug 24 '14 11:08 stijnhau

As you can see in the comment this link mean the next 10 pages. But you can create a seperate PR with your feature.

<!-- Previous page link -->
<li<?php echo (isset($this->previous)) ? '' : ' class="disabled"'; ?>>
    <a href="<?php echo $this->url('zfcadmin/zfcuseradmin/list', array('p' => $this->previous-9)); ?>">&lt; Previous 10</a>
</li>

fabwu avatar Aug 26 '14 18:08 fabwu

@Danielss89 Can you clarify the meaning of this link, please?

fabwu avatar Aug 31 '14 11:08 fabwu

@Danielss89 Any comment?

stijnhau avatar May 03 '15 17:05 stijnhau