home · contact · privacy
Fix Processes listing sorting bug.
[plomtask] / templates / process.html
index 8239dc27ef41104dd1ab701a3ca2556c31c7753e..c765ca7a3594b6969c342ad452c48a4db7dc0952 100644 (file)
@@ -3,6 +3,14 @@
 
 
 
+{% block css %}
+input[name="title"] {
+  width: 100em;
+}
+{% endblock %}
+
+
+
 {% macro step_with_steps(step_id, step_node, indent) %}
 <tr>
 <td>
@@ -92,7 +100,7 @@ add sub-step: <input name="new_step_to_{{step_id}}" list="process_candidates" au
 {{ step_with_steps(step_id, step_node, 0) }}
 {% endfor %}
 </table>
-add: <input name="new_top_step" list="process_candidates" autocomplete="off" />
+add: <input name="new_top_step" list="process_candidates" autocomplete="off" value="{{preset_top_step or ''}}" />
 </td>
 </tr>