Index: openacs-4/packages/contacts/www/admin/permissions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/admin/permissions.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/contacts/www/admin/permissions.tcl 13 Jan 2005 13:57:14 -0000 1.2 +++ openacs-4/packages/contacts/www/admin/permissions.tcl 18 May 2005 16:45:50 -0000 1.3 @@ -1,14 +1,16 @@ ad_page_contract { - Permissions for contacts and contact-attributes - - @author Matthew Geddert openacs@geddert.com - @creation-date 2004-07-28 + Permissions for the subsite itself. + + @author Lars Pind (lars@collaboraid.biz) + @creation-date 2003-06-13 @cvs-id $Id$ - } { - object_id:integer + group_id:integer } -set object_name [db_string get_object_name {}] -set title "Permissions for $object_name" -set context [list $title] +set object_id $group_id + +set page_title "Permissions" + +set context [list $page_title] +