home · contact · privacy
Imporove todo accounting.
[misc] / todo_templates / todo.html
index b3926da475ac7469608503d831fbfb61dd32a741..4bf83e3cc783d7c70e738972206f65b77372704d 100644 (file)
@@ -14,9 +14,10 @@ textarea { width: 100% };
 <input type="hidden" name="date" value="{{ todo.day.date }}" />
 <table>
 <tr><th>task</th><td><a href="{{db.prefix}}/task?id={{ todo.task.id_ }}">{{ todo.task.title|e }}</a></td></tr>
-<tr><th>default weight</th><td>{{ todo.default_weight }}</td></tr>
+<tr><th>default effort</th><td>{{ todo.default_effort }}</td></tr>
 <tr><th>day</th><td>{{ todo.day.date }}</td></tr>
-<tr><th>day weight</th><td class="input"><input type="number" name="day_weight" step=0.1 size=8 value="{{ todo.day_weight }}" /></td></tr>
+<tr><th>day effort</th><td class="input"><input type="number" name="day_effort" step=0.1 size=8 value="{{ todo.day_effort }}" /></td></tr>
+<tr><th>importance</th><td class="input"><input type="number" name="importance" step=0.1 size=8 value="{{ todo.importance }}" /></td></tr>
 <tr><th>comment</th><td class="input"><textarea name="comment">{{todo.comment|e}}</textarea></td></tr>
 <tr><th>done</th><td class="input"><input type="checkbox" name="done" {% if todo.done %}checked{% endif %}/></td></tr>
 <tr><th>day tags</th>