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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
erp5
Commits
5d706fff
Commit
5d706fff
authored
Mar 04, 2020
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: header: compatbility with existing officejs tests
parent
f0f5874e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.js
...TemplateItem/web_page_module/rjs_gadget_erp5_header_js.js
+12
-2
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
...emplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
+2
-2
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.js
View file @
5d706fff
...
...
@@ -46,6 +46,8 @@
domsugar
(
'
button
'
,
{
name
:
data
.
name
,
text
:
result
,
// XXX Compatibility with existing application tests
'
data-i18n
'
:
data
.
title
,
type
:
'
submit
'
,
'
class
'
:
'
ui-icon-
'
+
data
.
icon
+
'
ui-btn-icon-left
'
+
data
.
class
...
...
@@ -71,6 +73,8 @@
dom_list
.
push
(
domsugar
(
'
li
'
,
[
domsugar
(
'
a
'
,
{
text
:
result_list
[
i
],
// XXX Compatibility with existing application tests
'
data-i18n
'
:
data
.
sub_header_list
[
i
].
title
,
href
:
data
.
sub_header_list
[
i
].
url
,
'
class
'
:
'
ui-btn-icon-top ui-icon-
'
+
data
.
sub_header_list
[
i
].
icon
+
'
'
+
...
...
@@ -289,7 +293,9 @@
.
push
(
function
(
result
)
{
return
domsugar
(
'
span
'
,
{
'
class
'
:
'
ui-btn-icon-left ui-icon-
'
+
title_link
.
icon
,
text
:
result
text
:
result
,
// XXX Compatibility with existing application tests
'
data-i18n
'
:
title_link
.
title
});
})
);
...
...
@@ -302,7 +308,9 @@
'
class
'
:
'
ui-btn-icon-left ui-icon-
'
+
title_link
.
icon
,
'
href
'
:
title_link
.
url
,
'
accesskey
'
:
'
u
'
,
text
:
result
text
:
result
,
// XXX Compatibility with existing application tests
'
data-i18n
'
:
title_link
.
title
});
})
);
...
...
@@ -369,6 +377,8 @@
.
push
(
function
(
result
)
{
return
domsugar
(
'
a
'
,
{
text
:
result
,
// XXX Compatibility with existing application tests
'
data-i18n
'
:
right_link
.
title
,
'
class
'
:
'
ui-icon-
'
+
right_link
.
icon
+
'
ui-btn-icon-left
'
+
right_link
.
class
,
href
:
right_link
.
url
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_header_js.xml
View file @
5d706fff
...
...
@@ -240,7 +240,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
982.1
8038.52896.46933
</string>
</value>
<value>
<string>
982.1
9502.3121.4590
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>
1583
231569.7
</float>
<float>
1583
319252.29
</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