wsp-10294 In System settings added option to configure the paging. Enable/

disable and the amount of packages per page.

At the home page of a customer the paging itself has been added as well.
This commit is contained in:
Christiaan Swiers 2015-01-05 16:41:30 +01:00
parent 33dfcc2814
commit 12725bbbf6
12 changed files with 192 additions and 71 deletions

View file

@ -293,4 +293,7 @@ UL.ActionButtons LI {margin-bottom: 12px;}
p.warningText {font-size:14px; color:Red; text-align:center;}
.Hidden {display: none;}
.LinkText {color:#428bca;}
.WrapText { white-space: normal;}
.WrapText { white-space: normal;}
.activePageBlock, .pageBlock { display: inline-block; height: 24px; margin: 0 2px; width: 26px; font-size: 11px; line-height: 23px; text-align: center; white-space:nowrap; }
.activePageBlock { border: none; color: #222; font-weight: 600; }
.pageBlock { border: 1px solid #e6e6e6; border-radius: 1px; cursor: pointer; }