Index: openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 19 Jun 2015 19:51:16 -0000 1.19 +++ openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 7 Aug 2017 23:47:45 -0000 1.20 @@ -17,19 +17,18 @@ set title "Package Installation" set context [list [list "/acs-admin/apm/" "Package Manager"] $title] -set template [parameter::get -package_id [ad_conn subsite_id] \ - -parameter StreamingHead \ - -default /packages/openacs-default-theme/lib/plain-streaming-head] -ad_return_top_of_page [ad_parse_template -params [list context title] $template] +ad_return_top_of_page [ad_parse_template \ + -params [list context title] \ + [template::streaming_template]] -ns_write { +ns_write [subst {

Installing packages...

-

- - } + + }] ad_script_abort } @@ -132,10 +128,16 @@ } else { ns_write {

Done installing packages. -

You should restart the server now to make installed and upgraded packages available. - Click here to restart the server now.

+

You should restart the server now to make installed and upgraded packages available.

+

Click here to restart the server now.

} } -ns_write { - -} +ns_write [subst { + +}] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: