Index: openacs-4/packages/acs-admin/www/apm/version-reload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-reload.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-admin/www/apm/version-reload.tcl 17 May 2003 09:36:29 -0000 1.5 +++ openacs-4/packages/acs-admin/www/apm/version-reload.tcl 13 Oct 2003 17:19:25 -0000 1.6 @@ -7,49 +7,49 @@ @cvs-id $Id$ } { {version_id:integer} + {return_url "index"} } -doc_body_append "[apm_header "Reload a Package"] -" +set page_title "Reload a Package" +set context [list [list "/acs-admin/apm/" "Package Manager"] $page_title] # files in $files. apm_mark_version_for_reload $version_id files set files_to_watch [list] if { [llength $files] == 0 } { - doc_body_append "There are no changed files to reload in this package.

" + append body "There are no changed files to reload in this package.

" } else { - doc_body_append "Marked the following file[ad_decode [llength $files] 1 "" "s"] for reloading:

\n" } if { [info exists files_to_watch_p] } { - doc_body_append "If you know you're going to be modifying one of the above files frequently, + append body "If you know you're going to be modifying one of the above files frequently, select the \"watch this file\" link next to a filename to cause the interpreters to reload the file immediately whenever it is changed.

(watch all above files)

" } -doc_body_append " -Return to the Package Manager -[ad_footer] -" +append body " +

» Return

" +