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 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="">
<title>Image Editor Gadget</title>
<script src="rsvp.js" type="text/javascript"></script>
......
......@@ -276,7 +276,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>958.24259.25538.21094</string> </value>
<value> <string>958.44228.61941.16025</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -294,7 +294,7 @@
</tuple>
<state>
<tuple>
<float>1491213302.28</float>
<float>1496057875.93</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -201,7 +201,9 @@
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
......@@ -209,7 +211,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
<value> <string>959.45132.48727.64512</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -227,7 +229,7 @@
</tuple>
<state>
<tuple>
<float>1491207272.95</float>
<float>1496059239.3</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -69,7 +69,7 @@ function GUI_CLASS() {
var html = '';
for (var i in DRAW_TOOLS_CONFIG) {
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)
html += ' class="active trn"';
else
......
......@@ -201,7 +201,9 @@
</item>
<item>
<key> <string>comment</string> </key>
<value> <string></string> </value>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
......@@ -209,7 +211,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>0.0.0.0</string> </value>
<value> <string>958.44228.61941.16025</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -227,7 +229,7 @@
</tuple>
<state>
<tuple>
<float>1491207273.18</float>
<float>1496059317.04</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -211,7 +211,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>958.28483.64834.52053</string> </value>
<value> <string>959.45102.35074.51899</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -229,7 +229,7 @@
</tuple>
<state>
<tuple>
<float>1491214363.53</float>
<float>1496057272.26</float>
<string>UTC</string>
</tuple>
</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