Index: openacs-4/packages/acs-bootstrap-installer/installer/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/install.tcl,v diff -u -N -r1.12 -r1.13 --- openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 27 Oct 2014 16:39:04 -0000 1.12 +++ openacs-4/packages/acs-bootstrap-installer/installer/install.tcl 7 Aug 2017 23:47:46 -0000 1.13 @@ -20,9 +20,10 @@ ############# if {$password ne $password_confirmation } { - install_return 200 "Passwords Don't Match" " -The passwords you've entered don't match. Please try again. -" + install_return 200 "Passwords Don't Match" [subst { +The passwords you've entered don't match. +[install_back_button_widget] + }] return } @@ -99,15 +100,11 @@ if { !$user_id } { - install_return 200 "Unable to Create Administrator" " - + install_return 200 "Unable to Create Administrator" [subst { Unable to create the site-wide administrator: -
[ns_quotehtml $::errorInfo]
- -Please try again. - -" +[install_back_button_widget] +} return } @@ -204,3 +201,9 @@ } ns_write [install_footer] + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: