home
·
contact
·
privacy
projects
/
plomtask
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46e509c
)
In Todo view, allow filling of steps below sub-steps.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 10 Aug 2024 01:18:20 +0000
(
03:18
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 10 Aug 2024 01:18:20 +0000
(
03:18
+0200)
templates/todo.html
patch
|
blob
|
history
diff --git
a/templates/todo.html
b/templates/todo.html
index 20279bb2088543cdab9be641351a0a0da2478645..61d46759d0f0ded201465e9075a0c3e8e3c52b98 100644
(file)
--- a/
templates/todo.html
+++ b/
templates/todo.html
@@
-22,7
+22,6
@@
select{ font-size: 0.5em; margin: 0; padding: 0; }
<a href="todo?id={{item.todo.id_}}">{{item.todo.title_then|e}}</a>
{% else %}
{{item.process.title.newest|e}}
-{% if indent == 0 %}
· fill: <select name="step_filler">
<option value="ignore">--</option>
<option value="make_empty_{{item.process.id_}}">make empty</option>
@@
-32,7
+31,6
@@
select{ font-size: 0.5em; margin: 0; padding: 0; }
{% endfor %}
</select>
{% endif %}
-{% endif %}
</td>
</tr>
{% for child in item.children %}