|
From: Chris W. <la...@us...> - 2001-10-31 14:05:16
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_user/template
In directory usw-pr-cvs1:/tmp/cvs-serv3967/template
Modified Files:
new_user_form.tmpl
Log Message:
make the new user form look a little nicer
Index: new_user_form.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_user/template/new_user_form.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** new_user_form.tmpl 2001/10/31 13:58:01 1.3
--- new_user_form.tmpl 2001/10/31 14:05:13 1.4
***************
*** 4,8 ****
<form name="newuser" action="/NewUser/edit/" method="post">
! [% INCLUDE table_bordered_begin -%]
<tr bgcolor="[% theme.head_bgcolor %]">
--- 4,8 ----
<form name="newuser" action="/NewUser/edit/" method="post">
! [% INCLUDE table_bordered_begin( table_width = '75%' ) -%]
<tr bgcolor="[% theme.head_bgcolor %]">
***************
*** 14,23 ****
<tr><td align="left" colspan="2">
<p>Creating a new account is easy! We only need two things:<br>
! [% theme.bullet %] the OI.login you'd like to use<br>
[% theme.bullet %] a working email address
<p>Once you fill out these items below and the username is not
already taken, you'll be emailed your username and a
! system-generated password. You can then OI.login using the password
sent to you. Once logged in, you can change your password to
whatever you like.
--- 14,23 ----
<tr><td align="left" colspan="2">
<p>Creating a new account is easy! We only need two things:<br>
! [% theme.bullet %] the login you'd like to use<br>
[% theme.bullet %] a working email address
<p>Once you fill out these items below and the username is not
already taken, you'll be emailed your username and a
! system-generated password. You can then login using the password
sent to you. Once logged in, you can change your password to
whatever you like.
***************
*** 33,43 ****
[% END -%]
[% INCLUDE label_form_text_row( label = 'Desired Login',
- color = theme.bgcolor,
name = 'requested_login',
value = requested_login ) -%]
[% INCLUDE label_form_text_row( label = 'Working email address',
- color = theme.bgcolor,
name = 'working_email',
value = working_email ) -%]
--- 33,42 ----
[% END -%]
+ [%- count = 1 -%]
[% INCLUDE label_form_text_row( label = 'Desired Login',
name = 'requested_login',
value = requested_login ) -%]
[% INCLUDE label_form_text_row( label = 'Working email address',
name = 'working_email',
value = working_email ) -%]
|