Mercurial > p > roundup > code
diff roundup/templates/classic/html/user.item @ 617:edd210915e64
Alternate email addresses are now available for users.
See the MIGRATION file for info on how to activate the feature.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 15 Feb 2002 07:08:45 +0000 |
| parents | e8087fc26fee |
| children | bd6211d39328 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item Fri Feb 15 00:13:38 2002 +0000 +++ b/roundup/templates/classic/html/user.item Fri Feb 15 07:08:45 2002 +0000 @@ -1,4 +1,4 @@ -<!-- $Id: user.item,v 1.2 2001-07-29 04:07:37 richard Exp $--> +<!-- $Id: user.item,v 1.3 2002-02-15 07:08:44 richard Exp $--> <table border=0 cellspacing=0 cellpadding=2> <tr class="strong-header"> @@ -29,6 +29,12 @@ <td width=1% nowrap align=right><span class="form-label">E-mail address</span></td> <td class="form-text"><display call="field('address', size=40)"></td> </tr> +<tr bgcolor="ffffea"> + <td width=1% nowrap align=right><span class="form-label">Alternate + E-mail addresses</span><br> + <span class="form-help">One address per line</span></td> + <td class="form-text"><display call="multiline('alternate_addresses')"></td> +</tr> <tr bgcolor="ffffea"> <td> </td>
