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

@ -43,7 +43,8 @@ namespace WebsitePanel.EnterpriseServer
public const string SETUP_SETTINGS = "SetupSettings";
public const string WPI_SETTINGS = "WpiSettings";
public const string FILEMANAGER_SETTINGS = "FileManagerSettings";
public const string PACKAGE_DISPLAY_SETTINGS = "PackageDisplaySettings";
// key to access to wpi main & custom feed in wpi settings
public const string WPI_MAIN_FEED_KEY = "WpiMainFeedUrl";
public const string FEED_ULS_KEY = "FeedUrls";