home · contact · privacy
For Processes and Conditions, in edit page title warn if creation NEW.
[plomtask] / templates / process.html
index 200c6ea99ebe61bcf51cbee44d98a138ae576ac9..f073a5798ed6d0e0a757d4155334f1da7d721e66 100644 (file)
@@ -25,7 +25,7 @@
 <td>
 {% if step_node.is_explicit %}
 add sub-step: <input name="new_step_to_{{step_id}}" list="step_candidates" autocomplete="off" />
-{% elif step_node.seen %}
+{% elif not step_node.seen %}
 <input type="checkbox" name="suppresses" value="{{step_id}}" {% if step_node.is_suppressed %}checked{% endif %}> suppress
 {% endif %}
 </td>
@@ -40,7 +40,7 @@ add sub-step: <input name="new_step_to_{{step_id}}" list="step_candidates" autoc
 
 
 {% block content %}
-<h3>process</h3>
+<h3>{% if is_new %}NEW {% endif %}process</h3>
 <form action="process?id={{process.id_ or ''}}" method="POST">
 <table>