Index: openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl,v diff -u -r1.4 -r1.4.4.1 --- openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl 16 Oct 2003 21:33:32 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/permissions/perm-include.tcl 28 Oct 2004 15:39:36 -0000 1.4.4.1 @@ -20,7 +20,7 @@ set elements [list] lappend elements grantee_name { - label "Name" + label "[_ acs-subsite.Name]" link_url_col name_url display_template { @@ -57,7 +57,7 @@ # Remove all lappend elements remove_all { html { align center } - label "Remove All" + label "[_ acs-subsite.Remove_All]" display_template {} } @@ -71,8 +71,9 @@ set user_add_url [export_vars -base $user_add_url { object_id expanded {return_url "[ad_return_url]"}}] -set actions [list "Add user" $user_add_url "Grant permissions to a new user"] - +set actions [list "[_ acs-subsite.Grant_Permission]" "${perm_url}grant?[export_vars {return_url application_url object_id}]" "[_ acs-subsite.Grant_Permission]" \ + "[_ acs-subsite.Search_For_Exist_User]" $user_add_url "[_ acs-subsite.Search_For_Exist_User]"] + if { ![empty_string_p $context_id] } { set inherit_p [permission::inherit_p -object_id $object_id]