Roundup Tracker - Issues

Message3271

Author tepperly
Recipients
Date 2003-11-18.23:17:37
Message-id
In-reply-to
Logged In: YES 
user_id=94539

I had to look at the source code to figure out what I was
supposed to enter. This patch in
round-0.6.3/templates/classic/html/user.item.html might be
useful until the timezone can take symbolic options.

[epperly@cca-forum html]$ diff -c user.item.html.bak
user.item.html
*** user.item.html.bak	2003-11-18 14:47:25.000000000 -0800
--- user.item.html	2003-11-18 14:47:40.000000000 -0800
***************
*** 59,65 ****
    <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>
--- 59,65 ----
    <td tal:content="structure
context/organisation/field">organisation</td>
   </tr>
   <tr>
!   <th>Timezone (UTC offset in hours)</th>
    <td tal:content="structure
context/timezone/field">timezone</td>
   </tr>
   <tr>
History
Date User Action Args
2009-02-03 14:23:47adminlinkissue818711 messages
2009-02-03 14:23:47admincreate