Commit c98df567 authored by Jérome Perrin's avatar Jérome Perrin

remove meaningless Destination state; show activity script and trigger methods on the front page


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4030 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a888647
...@@ -15,17 +15,24 @@ ...@@ -15,17 +15,24 @@
<tr> <tr>
<th width="10%"></th> <th width="10%"></th>
<td> <td>
Destination state: <code><dtml-if new_state_id>&dtml-new_state_id;<dtml-else>(Remain in state)</dtml-if></code> <br />
Trigger: <dtml-var expr="(trigger_type == 0 and 'Automatic') or Trigger: <dtml-var expr="(trigger_type == 0 and 'Automatic') or
(trigger_type == 1 and 'User action') or (trigger_type == 1 and 'User action') or
(trigger_type == 2 and 'WorkflowMethod')"> (trigger_type == 2 and 'WorkflowMethod')">
<br /> <br />
<dtml-if script_name> <dtml-if script_name>
Script (before): &dtml-script_name; Scripts (before): &dtml-script_name;
<br /> <br />
</dtml-if> </dtml-if>
<dtml-if after_script_name> <dtml-if after_script_name>
Script (after): &dtml-after_script_name; Scripts (after): &dtml-after_script_name;
<br />
</dtml-if>
<dtml-if activate_script_name>
Scripts (later): &dtml-activate_script_name;
<br />
</dtml-if>
<dtml-if method_id>
Methods : &dtml-method_id;
<br /> <br />
</dtml-if> </dtml-if>
<dtml-if getGuardSummary><dtml-var getGuardSummary><br /></dtml-if> <dtml-if getGuardSummary><dtml-var getGuardSummary><br /></dtml-if>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment