Message824
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
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:22 | admin | link | issue739527 messages |
2009-02-03 14:20:22 | admin | create | |
|