Index: openacs-4/packages/acs-admin/www/install/index.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/index.adp,v
diff -u -r1.9.2.2 -r1.9.2.3
--- openacs-4/packages/acs-admin/www/install/index.adp 12 Sep 2015 11:01:22 -0000 1.9.2.2
+++ openacs-4/packages/acs-admin/www/install/index.adp 4 Oct 2015 15:22:25 -0000 1.9.2.3
@@ -11,8 +11,8 @@
When using this option, the existing code of the currently installed packages is moved
away
and replaced by the chosen packages from the OpenACS respository.
-
Install or
-upgrade from repository.
+Install or
+upgrade from repository.
Install from Local File System
Index: openacs-4/packages/acs-admin/www/install/index.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/index.tcl,v
diff -u -r1.8.2.6 -r1.8.2.7
--- openacs-4/packages/acs-admin/www/install/index.tcl 12 Sep 2015 11:01:22 -0000 1.8.2.6
+++ openacs-4/packages/acs-admin/www/install/index.tcl 4 Oct 2015 15:22:25 -0000 1.8.2.7
@@ -14,8 +14,8 @@
set head_channel [lindex [apm_get_repository_channels $repository_url] 0]
set current_channel [apm_get_repository_channel]
set channel $current_channel
-set remote_install_url [export_vars -base "install" { repository_url channel current_channel head_channel }]
-set remote_upgrade_url [export_vars -base "install" { { upgrade_p 1 } repository_url channel current_channel head_channel}]
+set remote_install_url [export_vars -base "install/install" { repository_url channel current_channel head_channel }]
+set remote_upgrade_url [export_vars -base "install/install" { { upgrade_p 1 } repository_url channel current_channel head_channel}]
# template::multirow create install repository local
#