Index: openacs-4/packages/acs-admin/www/apm/packages-install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install.tcl,v diff -u -r1.22.4.6 -r1.22.4.7 --- openacs-4/packages/acs-admin/www/apm/packages-install.tcl 16 Aug 2014 17:20:41 -0000 1.22.4.6 +++ openacs-4/packages/acs-admin/www/apm/packages-install.tcl 17 Aug 2014 08:11:10 -0000 1.22.4.7 @@ -12,8 +12,6 @@ set title "Package Installation" set context [list [list "/acs-admin/apm/" "Package Manager"] $title] -ad_return_top_of_page [ad_parse_template -params [list context title] \ - "/packages/openacs-default-theme/lib/plain-streaming-head"] ### Get all the spec files # @@ -69,9 +67,11 @@ apm_log APMDebug $spec_files +set body "" + if { $spec_files eq "" } { # No spec files to work with. - ns_write [subst { + append body [subst {

No New Packages to Install

There are no new packages to install. Please load some @@ -80,12 +80,12 @@ }] } else { - ns_write { + append body {

Select Packages to Install

Please select the set of packages you'd like to install.

} - ns_write [subst { + append body [subst {