Adapting Pager shape in Admin to handle huge number of items

- Displaying a window of pages
- Adding First and Last page links

--HG--
branch : dev
extra : transplant_source : %F5%ED%A3%92%40k%AE%E9%87%9Cs%28HF%83%9FM%02%E2%B8
This commit is contained in:
Sebastien Ros
2011-01-16 23:47:51 -08:00
parent 5ab768a0d7
commit 4d4d29e4eb
2 changed files with 21 additions and 2 deletions

View File

@@ -82,7 +82,6 @@
userIndex++;
}
</table>
<span class="hint">@T.Plural("No user found", "{1} users found", (int)Model.Pager.TotalItemCount + 1, (int)Model.Pager.TotalItemCount)</span>
@Display(Model.Pager)
</fieldset>
}