Mercurial > p > roundup > code
diff roundup/templates/classic/html/user.item @ 1402:27586da5557c
Added users' timezone support
| author | Andrey Lebedev <kedder@users.sourceforge.net> |
|---|---|
| date | Mon, 27 Jan 2003 16:32:50 +0000 |
| parents | a7ec3f707e26 |
| children | a2a57ec8fdf0 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/user.item Fri Jan 24 06:22:03 2003 +0000 +++ b/roundup/templates/classic/html/user.item Mon Jan 27 16:32:50 2003 +0000 @@ -49,6 +49,10 @@ <td tal:content="structure context/organisation/field">organisation</td> </tr> <tr> + <th>Timezone</th> + <td tal:content="structure context/timezone/field">timezone</td> + </tr> + <tr> <th>E-mail address</th> <td tal:content="structure context/address/field">address</td> </tr> @@ -96,6 +100,10 @@ <td tal:content="context/organisation">organisation</td> </tr> <tr> + <th>Timezone</th> + <td tal:content="context/timezone">timezone</td> + </tr> + <tr> <th>E-mail address</th> <td tal:content="context/address/email">address</td> </tr>
