X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=templates%2Fday.html;fp=templates%2Fday.html;h=6d927fdb1c09ab1f2d1fc1e9fa48a0bfef814b20;hb=5ff672be7e421fbbde8132a66ebb9b734d149a69;hp=c3a20aaf89fde7706ab8439e4f2877a994a58ed8;hpb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;p=plomtask diff --git a/templates/day.html b/templates/day.html index c3a20aa..6d927fd 100644 --- a/templates/day.html +++ b/templates/day.html @@ -45,11 +45,8 @@ td.left_border { td.right_border { border-right: 1px solid black; } -input[type="text"] { - width: 98%; -} -input[name="day_comment"] { - width: 100em; +input.ablers { + width: 50em; } {% endblock %} @@ -138,12 +135,16 @@ O 

comment: - +

to do

+

+add: +

+ @@ -181,11 +182,11 @@ comment: {% endfor %} {% set list_name = "todos_for_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, enablers_for[condition.id_]) }} {% set list_name = "todos_against_%s"|format(condition.id_) %} - + {{ macros.datalist_of_titles(list_name, disablers_for[condition.id_]) }} @@ -201,18 +202,6 @@ comment: {% endfor %} - -{% for condition in conditions_present %} - -{% endfor %} - - - -{% for condition in conditions_present %} - -{% endfor %} - - {% for node in top_nodes %} {{ show_node_undone(node, 0) }} {% endfor %}
add:comments