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

improve layout of dialog

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