comparison doc/upgrading.txt @ 1560:3f2e516b8de3

doc fixes
author Richard Jones <richard@users.sourceforge.net>
date Wed, 26 Mar 2003 06:17:16 +0000
parents 436eb851045a
children 33a0d94c7658
comparison
equal deleted inserted replaced
1559:6bfb9c9de03c 1560:3f2e516b8de3
79 alternate_addresses=String(), 79 alternate_addresses=String(),
80 queries=Multilink('query'), roles=String(), 80 queries=Multilink('query'), roles=String(),
81 timezone=String()) 81 timezone=String())
82 82
83 And second - html interface. Add following lines to 83 And second - html interface. Add following lines to
84 $TRACKER_HOME/html/user.item template: 84 $TRACKER_HOME/html/user.item template::
85 85
86 <tr> 86 <tr>
87 <th>Timezone</th> 87 <th>Timezone</th>
88 <td tal:content="structure context/timezone/field">timezone</td> 88 <td tal:content="structure context/timezone/field">timezone</td>
89 </tr> 89 </tr>
90 90
91 After that all users should be able to provide their timezone information. 91 After that all users should be able to provide their timezone information.
92 Timezone should be a positive or negative integer - offset from GMT. 92 Timezone should be a positive or negative integer - offset from GMT.
93 93
94 After providing timezone, roundup will show all dates values, found in web 94 After providing timezone, roundup will show all dates values, found in web

Roundup Issue Tracker: http://roundup-tracker.org/