Index: openacs-4/packages/acs-subsite/www/permissions/revoke.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/permissions/revoke.tcl,v diff -u -N -r1.4.22.2 -r1.4.22.3 --- openacs-4/packages/acs-subsite/www/permissions/revoke.tcl 9 Sep 2013 16:44:25 -0000 1.4.22.2 +++ openacs-4/packages/acs-subsite/www/permissions/revoke.tcl 28 Sep 2013 15:14:52 -0000 1.4.22.3 @@ -18,40 +18,40 @@ ad_script_abort } -doc_body_append "[ad_header "Revoke Confirm"] +set title "Revoke Confirm" +set context [list $title] -

Revoke Confirm

+set body [subst { +

Revoke Confirm

-
+
+ Are you sure you want to remove the following entries from the access + control list of [db_string name {select acs_object.name(:object_id) from dual}]? + +
+ [export_vars -form {object_id application_url}] +}] - -[export_vars -form {object_id application_url}] - -" - foreach item $revoke_list { - doc_body_append "\n" + append body [subst { + + }] } -doc_body_append " +append body { + +
+} - - - - -[ad_footer] -"