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.16.10.1 -r1.16.10.2 --- openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 27 Sep 2013 18:46:36 -0000 1.16.10.1 +++ openacs-4/packages/acs-admin/www/apm/packages-install-4.tcl 28 Sep 2013 18:17:36 -0000 1.16.10.2 @@ -15,12 +15,19 @@ set pkg_enable_list [ad_get_client_property apm pkg_enable_list] set sql_file_paths [ad_get_client_property apm sql_file_paths] -ad_return_top_of_page "[apm_header "Package Installation"] -

Installing packages...

-

-

\n" ad_script_abort } incr installed_count } if {$installed_count < 1} { - ns_write " - All packages in this directory have already been installed. - Please return to the index.

- [ad_footer]" - return + ns_write { + + All packages in this directory have already been installed. + Please return to the index.

+ } } 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.

-[ad_footer] -" + 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.

+ } }