Commit 3f908b83 authored by Nicolas Delaby's avatar Nicolas Delaby Committed by Kazuhiko Shiozaki

improve layout of dialog

parent 539a8c2e
......@@ -74,6 +74,7 @@
<value>
<list>
<string>your_response_event_text_content</string>
<string>your_response_workflow_action</string>
</list>
</value>
</item>
......@@ -84,7 +85,6 @@
<string>your_response_event_title</string>
<string>your_response_event_portal_type</string>
<string>your_response_event_resource</string>
<string>your_response_workflow_action</string>
</list>
</value>
</item>
......
......@@ -12,6 +12,7 @@
<list>
<string>first_item</string>
<string>items</string>
<string>orientation</string>
<string>title</string>
</list>
</value>
......@@ -90,27 +91,31 @@
<value>
<list>
<tuple>
<string>Send Event</string>
<string>Send it immediately</string>
<string>send</string>
</tuple>
<tuple>
<string>Plan Event</string>
<string>Plan it at the given date</string>
<string>plan</string>
</tuple>
<tuple>
<string>Redirect on Draft event</string>
<string>Edit it as a Draft</string>
<string>draft</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>orientation</string> </key>
<value> <string>horizontal</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Which Action ?</string> </value>
<value> <string>Action to be triggered on the Response Event</string> </value>
</item>
</dictionary>
</value>
......
555
\ No newline at end of file
556
\ No newline at end of file
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