Roundup Tracker - Issues

Message824

Author rouilj
Recipients
Date 2003-05-18.19:13:05
Message-id
In-reply-to
The timelog example in customizing.html still
talks about 
adding the actions:

    actions = client.Client.actions + (
        
('edit_with_timelog', 'timelogEditAction'),
        
('new_with_timelog', 'timelogEditAction'),

to the 
interface.py file. This isn't needed in roundup 0.6.0. It can be 
replaced by defining the html entry box
for the timelog period 
as:

 <tr>
    <th nowrap>Time Log</th>
    <td 
colspan=3><input type="text"
                name="timelog-1@period" 
size="10" />
         <br />(enter as '3y 1m 4d 2:40:02' or parts 
thereof)
    </td>
</tr>

-- rouilj
History
Date User Action Args
2009-02-03 14:20:22adminlinkissue739527 messages
2009-02-03 14:20:22admincreate