Commit 58ce49ca authored by Roque's avatar Roque

erp5_officejs: refactor on notebook Preview form

parent 5a7b62ef
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Preview</string> </value> <value> <string>Run Notebook</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -65,9 +65,7 @@ ...@@ -65,9 +65,7 @@
<item> <item>
<key> <string>center</string> </key> <key> <string>center</string> </key>
<value> <value>
<list> <list/>
<string>my_description</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -81,18 +79,13 @@ ...@@ -81,18 +79,13 @@
<value> <value>
<list> <list>
<string>gadget_field_action_js_script</string> <string>gadget_field_action_js_script</string>
<string>my_title</string>
<string>my_reference</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list/>
<string>my_language</string>
<string>my_version</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -224,8 +224,8 @@ ...@@ -224,8 +224,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>{"editor": "jsmd_editor", "maximize": false}</string> <string>{"editor": "jsmd_editor", "maximize": true}</string>
<string>{"editor": "jsmd_editor", "maximize": false}</string> <string>{"editor": "jsmd_editor", "maximize": true}</string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
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