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

officejs_support_request_ui: moves fields in center group

If we have a dialog with an editor field in bottom group, then dialog
action buttons does not fit on the screen.
Until rjs_gadget_erp5_nojqm.css allows using editor in bottom groups of
dialog, let's put them in center group, because editor in center group
have "normal" size and the action button fits.
parent 3d8792f3
......@@ -74,16 +74,16 @@
<item>
<key> <string>bottom</string> </key>
<value>
<list>
<string>your_description</string>
<string>your_file</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
<list>
<string>your_description</string>
<string>your_file</string>
</list>
</value>
</item>
<item>
......
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