Index: openacs-4/packages/bookmarks/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/index.adp,v diff -u -r1.7 -r1.8 --- openacs-4/packages/bookmarks/www/index.adp 22 Sep 2003 16:06:18 -0000 1.7 +++ openacs-4/packages/bookmarks/www/index.adp 22 Sep 2003 16:21:36 -0000 1.8 @@ -1,7 +1,12 @@ -@page_title;noquote@ -@context;noquote@ - + @page_title;noquote@ + @context;noquote@ + + + <% set folder_bgcolor [ad_parameter FolderBGColor bookmarks "#f3f3f3"] set bookmark_bgcolor [ad_parameter BookmarkBGColor bookmarks "#ffffff"] Index: openacs-4/packages/bookmarks/www/tree-dynamic-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/tree-dynamic-postgresql.xql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/bookmarks/www/tree-dynamic-postgresql.xql 8 Dec 2001 01:17:59 -0000 1.4 +++ openacs-4/packages/bookmarks/www/tree-dynamic-postgresql.xql 22 Sep 2003 16:21:36 -0000 1.5 @@ -22,9 +22,8 @@ select 1 from bm_bookmarks bm, bm_bookmarks bm2 where bm.tree_sortkey between bm2.tree_sortkey and tree_right(bm2.tree_sortkey) and bm2.bookmark_id = b.bookmark_id + and acs_permission__permission_p(bm.bookmark_id, :user_id, 'read') = 't' ) - and acs_permission__permission_p(bookmark_id, :user_id, 'read') = 't' - ) and b.bookmark_id <> :root_id order by b.tree_sortkey Index: openacs-4/packages/bookmarks/www/tree.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookmarks/www/tree.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/bookmarks/www/tree.tcl 15 Feb 2002 19:29:01 -0000 1.2 +++ openacs-4/packages/bookmarks/www/tree.tcl 22 Sep 2003 16:21:36 -0000 1.3 @@ -14,8 +14,8 @@ - - + +