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 -r1.9.2.1 --- openacs-4/packages/acs-admin/www/install/index.adp 3 Jul 2015 10:25:38 -0000 1.9 +++ openacs-4/packages/acs-admin/www/install/index.adp 4 Sep 2015 08:34:24 -0000 1.9.2.1 @@ -3,31 +3,14 @@ @context;literal@

@page_title@

- - - - - - - - - - - - - -
From RepositoryLocal Files
Download and install/upgrade automatically from OpenACS.org repository - - Install/upgrade from local files. Use this if your site has custom code or is in a local CVS repository. Help -
- Install or - upgrade - from repository. - Install or upgrade from local file system.
+ +

Installed Packages

+The following packages are currently installed on your 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 -r1.8.2.1 --- openacs-4/packages/acs-admin/www/install/index.tcl 27 Oct 2014 16:38:56 -0000 1.8 +++ openacs-4/packages/acs-admin/www/install/index.tcl 4 Sep 2015 08:34:24 -0000 1.8.2.1 @@ -7,15 +7,46 @@ set page_title "Install Software" set context [list $page_title] +template::multirow create install repository local + +multirow append install \ + {Download and install/upgrade automatically from OpenACS.org repository} \ + {Install/upgrade from local files. Use this if your site has custom code or is in a local CVS repository. + Help} + +multirow append install \ + { Install or upgrade + from repository.} \ + {Install or upgrade from local file system.} + template::list::create \ + -name install \ + -multirow install \ + -elements { + repository { + label "From Repository" + display_template @install.repository;noquote@ + } + local { + label "Local Files" + display_template @install.local;noquote@ + } + } + + + + +template::list::create \ -name packages \ -multirow packages \ -elements { pretty_name { label "Package" + html {align left} } version_name { label "Version" + html {align left} } package_type_pretty { label "Type" Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/acs-templating/resources/lists/table-2third.adp'. Fisheye: No comparison available. Pass `N' to diff?