Index: openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 5 Mar 2003 14:43:12 -0000 1.5.2.1 +++ openacs-4/packages/acs-admin/www/apm/packages-install-2.tcl 2 Jul 2003 19:50:36 -0000 1.5.2.2 @@ -14,6 +14,9 @@ # Install and enable are sets of keys; need to turn them back into spec files. set spec_files [ad_get_client_property apm spec_files] +# LARS HACK: I got rid of the separate install/enable checkboxes +set install $enable + # Clear out previous client properties. ad_set_client_property -clob t apm pkg_install_list "" ad_set_client_property -clob t apm pkg_enable_list "" 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.12.2.2 -r1.12.2.3 --- openacs-4/packages/acs-admin/www/apm/packages-install.tcl 24 Mar 2003 10:31:46 -0000 1.12.2.2 +++ openacs-4/packages/acs-admin/www/apm/packages-install.tcl 2 Jul 2003 19:50:36 -0000 1.12.2.3 @@ -11,7 +11,7 @@ } ad_return_top_of_page "[apm_header "Package Installation"] -

Please wait while the installer loads ........

+

Please wait while the installer searches your system for packages to install ...

" @@ -74,31 +74,18 @@ ns_write "

Select Packages to Install

- Please select the set of packages you'd like to install - and enable. +

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

" - - - If you think you might want to use a package later (but not right away), - install it but don't enable it.

" - - if { [llength $not_compatible_list] > 0 } { - ns_write "

If there's a package that you can't find in the list below, it may be because it's incompatible with your system.

" - } - ns_write "