Index: openacs-4/packages/chat/www/user-grant.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat/www/Attic/user-grant.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/chat/www/user-grant.tcl 4 Sep 2002 08:12:51 -0000 1.2 +++ openacs-4/packages/chat/www/user-grant.tcl 14 Mar 2006 12:16:09 -0000 1.3 @@ -20,15 +20,12 @@ ad_require_permission $room_id chat_user_grant -set context_bar [list "Grant user"] -set submit_label "Grant" -set title "Grant user" +set context_bar [list "[_ chat.Grant_user]"] +set submit_label "[_ chat.Grant]" +set title "[_ chat.Grant_user]" set action "user-grant-2" -set description "Grant chat read/write privilege for [chat_room_name $room_id] to" -db_multirow parties list_parties { - select party_id, acs_object.name(party_id) as name - from parties -} +set description "[_ chat.Grant_chat_read_rite_privilege_for] [chat_room_name $room_id] [_ chat.to]" +db_multirow parties list_parties { } ad_return_template grant-entry