Index: openacs-4/packages/acs-admin/www/auth/batch-action.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-action.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/auth/batch-action.tcl 10 Sep 2003 14:32:47 -0000 1.1 +++ openacs-4/packages/acs-admin/www/auth/batch-action.tcl 11 Sep 2003 16:12:30 -0000 1.2 @@ -9,21 +9,18 @@ auth::sync::entry::get -entry_id $entry_id -array batch_action -set page_title "Batch Action \"$batch_action(entry_id)\"" +set page_title "One batch action" set context [list [list "." "Authentication"] \ [list [export_vars -base authority { {authority_id $batch_action(authority_id)} }] \ - "Authority\"$batch_action(authority_pretty_name)\""] \ - [list [export_vars -base batch-job {{job_id $batch_action(job_id)}}] "One Job"] \ + "$batch_action(authority_pretty_name)"] \ + [list [export_vars -base batch-job {{job_id $batch_action(job_id)}}] "One batch job"] \ $page_title] ad_form -name batch_action_form \ -mode display \ -display_buttons {} \ -form { - {entry_id:text(inform) - {label "Entry ID"} - } {entry_time:text(inform) {label "Timestamp"} }