Mercurial > p > roundup > code
comparison templates/classic/html/user.item.html @ 2268:f9200f897369 maint-0.7
fix user creation page
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 06 May 2004 23:23:20 +0000 |
| parents | 9db7d2842222 |
| children | 97f810f39d16 |
comparison
equal
deleted
inserted
replaced
| 2267:443fce9e92ae | 2268:f9200f897369 |
|---|---|
| 52 <th>Organisation</th> | 52 <th>Organisation</th> |
| 53 <td tal:content="structure context/organisation/field">organisation</td> | 53 <td tal:content="structure context/organisation/field">organisation</td> |
| 54 </tr> | 54 </tr> |
| 55 <tr> | 55 <tr> |
| 56 <th>Timezone</th> | 56 <th>Timezone</th> |
| 57 <td tal:define="timezone request/form/timezone/value | python:''; | 57 <td> |
| 58 timezone python:timezone | 58 <input tal:replace="structure context/timezone/field"> |
| 59 or db._db.user.get(context.id, 'timezone') | 59 (this is a numeric hour offset, the default is |
| 60 or config.DEFAULT_TIMEZONE"> | 60 <span tal:replace="db/config/DEFAULT_TIMEZONE" />) |
| 61 <input tal:condition="context/is_edit_ok" name="timezone" | |
| 62 tal:attributes="value timezone"> | |
| 63 <span tal:condition="context/is_only_view_ok" tal:content="timezone" /> | |
| 64 (this is a numeric hour offset) | |
| 65 </td> | 61 </td> |
| 66 </tr> | 62 </tr> |
| 67 <tr> | 63 <tr> |
| 68 <th>E-mail address</th> | 64 <th>E-mail address</th> |
| 69 <td tal:content="structure context/address/field">address</td> | 65 <td tal:content="structure context/address/field">address</td> |
