Index: openacs-4/packages/acs-admin/www/install/install-4.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/install/install-4.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/install/install-4.tcl 4 Oct 2003 03:03:29 -0000 1.1 +++ openacs-4/packages/acs-admin/www/install/install-4.tcl 10 Oct 2003 11:35:15 -0000 1.2 @@ -10,7 +10,12 @@ } else { set parent_page_title "Install From Local File System" } -set page_title "Installation Complete" +if { $success_p } { + set page_title "Installation Complete" +} else { + set page_title "Installation Failed" +} + set context [list [list "." "Install Software"] [list "install" $parent_page_title] $page_title]