Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alecs_myu
erp5
Commits
79993006
Commit
79993006
authored
May 29, 2017
by
Vincent Bechu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_officejs_jquery_app: fix paths for image editor
parent
a8f1341e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
11 deletions
+16
-11
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/gadget_image_editor_officejs_html.html
...em/web_page_module/gadget_image_editor_officejs_html.html
+1
-0
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/gadget_image_editor_officejs_html.xml
...tem/web_page_module/gadget_image_editor_officejs_html.xml
+2
-2
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_config_js.xml
.../PathTemplateItem/web_page_module/miniPaint_config_js.xml
+5
-3
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_js_gui_js.js
...p/PathTemplateItem/web_page_module/miniPaint_js_gui_js.js
+1
-1
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_js_gui_js.xml
.../PathTemplateItem/web_page_module/miniPaint_js_gui_js.xml
+5
-3
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_styles_styles_css.xml
...plateItem/web_page_module/miniPaint_styles_styles_css.xml
+2
-2
No files found.
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/gadget_image_editor_officejs_html.html
View file @
79993006
...
...
@@ -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>
...
...
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/gadget_image_editor_officejs_html.xml
View file @
79993006
...
...
@@ -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>
149
1213302.28
</float>
<float>
149
6057875.93
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_config_js.xml
View file @
79993006
...
...
@@ -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>
149
1207272.95
</float>
<float>
149
6059239.3
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_js_gui_js.js
View file @
79993006
...
...
@@ -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
...
...
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_js_gui_js.xml
View file @
79993006
...
...
@@ -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>
149
1207273.18
</float>
<float>
149
6059317.04
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
bt5/erp5_officejs_jquery_app/PathTemplateItem/web_page_module/miniPaint_styles_styles_css.xml
View file @
79993006
...
...
@@ -211,7 +211,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
95
8.28483.64834.52053
</string>
</value>
<value>
<string>
95
9.45102.35074.51899
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -229,7 +229,7 @@
</tuple>
<state>
<tuple>
<float>
149
1214363.53
</float>
<float>
149
6057272.26
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment