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.28.2.3 -r1.28.2.4 --- openacs-4/packages/acs-admin/www/apm/packages-install.tcl 16 Apr 2019 06:57:12 -0000 1.28.2.3 +++ openacs-4/packages/acs-admin/www/apm/packages-install.tcl 16 Apr 2019 07:00:36 -0000 1.28.2.4 @@ -16,10 +16,10 @@ set dimensional_list { { operation "Operation:" all { - { upgrade "Upgrade" {} } - { install "Install" {} } - { all "All" {} } - } + { upgrade "Upgrade" {} } + { install "Install" {} } + { all "All" {} } + } } } @@ -30,7 +30,7 @@ # # If a package is in the apm_workspace dir then we assume that this is # the package that should be installed and we ignore any such package -# in the packages dir. +# in the packages dir. # # TODO: make sure that it's a later version than that in the packages dir? # @@ -91,16 +91,16 @@ using the Package Loader.
Return to the APM.
}] -} else { - +} else { + append body [subst {
Please select the set of packages you'd like to [string tolower $operation].