Commit 79993006 authored by Vincent Bechu's avatar Vincent Bechu

erp5_officejs_jquery_app: fix paths for image editor

parent a8f1341e
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<base href="">
<title>Image Editor Gadget</title> <title>Image Editor Gadget</title>
<script src="rsvp.js" type="text/javascript"></script> <script src="rsvp.js" type="text/javascript"></script>
......
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>958.24259.25538.21094</string> </value> <value> <string>958.44228.61941.16025</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1491213302.28</float> <float>1496057875.93</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -201,7 +201,9 @@ ...@@ -201,7 +201,9 @@
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>error_message</string> </key> <key> <string>error_message</string> </key>
...@@ -209,7 +211,7 @@ ...@@ -209,7 +211,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value> <value> <string>959.45132.48727.64512</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -227,7 +229,7 @@ ...@@ -227,7 +229,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1491207272.95</float> <float>1496059239.3</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -69,7 +69,7 @@ function GUI_CLASS() { ...@@ -69,7 +69,7 @@ function GUI_CLASS() {
var html = ''; var html = '';
for (var i in DRAW_TOOLS_CONFIG) { for (var i in DRAW_TOOLS_CONFIG) {
html += '<a title="' + DRAW_TOOLS_CONFIG[i].title + '"'; html += '<a title="' + DRAW_TOOLS_CONFIG[i].title + '"';
html += ' style="background: #989898 url(\'../miniPaint/img/' + DRAW_TOOLS_CONFIG[i].icon[0] + '\') no-repeat ' + DRAW_TOOLS_CONFIG[i].icon[1] + 'px ' + DRAW_TOOLS_CONFIG[i].icon[2] + 'px;"'; html += ' style="background: #989898 url(\'miniPaint/img/' + DRAW_TOOLS_CONFIG[i].icon[0] + '\') no-repeat ' + DRAW_TOOLS_CONFIG[i].icon[1] + 'px ' + DRAW_TOOLS_CONFIG[i].icon[2] + 'px;"';
if (DRAW_TOOLS_CONFIG[i].name == DRAW.active_tool) if (DRAW_TOOLS_CONFIG[i].name == DRAW.active_tool)
html += ' class="active trn"'; html += ' class="active trn"';
else else
......
...@@ -201,7 +201,9 @@ ...@@ -201,7 +201,9 @@
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>error_message</string> </key> <key> <string>error_message</string> </key>
...@@ -209,7 +211,7 @@ ...@@ -209,7 +211,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value> <value> <string>958.44228.61941.16025</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -227,7 +229,7 @@ ...@@ -227,7 +229,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1491207273.18</float> <float>1496059317.04</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>958.28483.64834.52053</string> </value> <value> <string>959.45102.35074.51899</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1491214363.53</float> <float>1496057272.26</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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