From 1eca2d231c79c046a3c122a09bd761fa8f641a6e Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 19 May 2009 15:59:55 +0000 Subject: Many interface changes: add 'back to the top links', a variable to display more bookmarks for admins... git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@329 b3834d28-1941-0410-a4f8-b48e95affb8f --- upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'upgrade.txt') diff --git a/upgrade.txt b/upgrade.txt index e09d5e7..98ccf56 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -11,6 +11,8 @@ $sidebarTopMessage = ''; #HTML message appearing at the top of the sidebar $sidebarBottomMessage = ''; #HTML message appearing at the bottom of the sidebar $adminsCanModifyBookmarksFromOtherUsers = true; # 'true' if admin users can edit or delete bookmarks belonging to other users. Else 'false'. $adminsAreAdvisedTagsFromOtherAdmins = false; # 'true' if tags from other admins are proposed to each admin (in add/edit a bookmark page). Else 'false'. +$defaultPerPageForAdmins = 20; # default number of bookmarks per page for admins (-1 means no limit) + === From version 0.91 to 0.92 === -- cgit v1.2.3