Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -N -r1.17 -r1.17.2.1 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 14 Oct 2003 16:19:59 -0000 1.17 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 25 Nov 2003 14:15:13 -0000 1.17.2.1 @@ -275,6 +275,9 @@ set system_url "http://yourdomain.com" } + set email_input_widget [install_input_widget \ + -extra_attributes "onChange=\"updateSystemEmails()\"" \ + email] append body "

System Configuration

@@ -304,27 +307,27 @@ Email: - +$email_input_widget Username: - \[*\] + [install_input_widget username] First Name: - + [install_input_widget first_names] Last Name: - + [install_input_widget last_name] Password: - + [install_input_widget -size 12 -type password password] Password (again): - + [install_input_widget -size 12 -type password password_confirmation] @@ -333,42 +336,42 @@ System URL: -
+[install_input_widget system_url]
The canonical URL of your system.

System Name: -
+ [install_input_widget system_name]
The name of your system.

Publisher Name: -
+ [install_input_widget publisher_name]
The legal name of the person or corporate entity responsible for the site.

System Owner: -
+ [install_input_widget system_owner]
The email address signed at the bottom of user-visible pages.

Admin Owner: -
+ [install_input_widget admin_owner]
The email address signed on administrative pages.

Host Administrator: -
+ [install_input_widget admin_owner]
A person whom people can contact if they experience technical problems.

Outgoing Email Sender: -
+ [install_input_widget outgoing_sender]
The email address that will sign outgoing alerts. New Registration Email: -
+ [install_input_widget new_registrations]
The email address to send New registration notifications.