Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
351fab87
Commit
351fab87
authored
Oct 11, 2013
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed checkbox wrapper class missing
parent
e4cd2b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
js/erp5_loader.js
js/erp5_loader.js
+4
-7
No files found.
js/erp5_loader.js
View file @
351fab87
...
...
@@ -1915,7 +1915,7 @@
"
type
"
:
"
input
"
,
"
direct
"
:
{
"
id
"
:
settings
.
portal_type_title
+
"
_tick_all
"
,
"
className
"
:
"
action
"
,
"
type
"
:
"
checkbox
"
"
className
"
:
"
action
"
},
"
attributes
"
:
{
"
type
"
:
"
checkbox
"
,
...
...
@@ -1941,9 +1941,6 @@
field_config
=
{};
if
(
field
.
show
)
{
console
.
log
(
fields
)
console
.
log
(
settings
[
property
])
field_config
=
fields
[
settings
[
property
]];
if
(
field
.
merge
===
undefined
)
{
...
...
@@ -2025,7 +2022,7 @@
"
direct
"
:
{
"
id
"
:
item
.
id
,
"
name
"
:
item
.
id
,
"
className
"
:
"
action
"
,
"
className
"
:
"
action
"
},
"
attributes
"
:
{
"
type
"
:
"
checkbox
"
,
...
...
@@ -2754,7 +2751,7 @@
if
(
input_type
)
{
switch
(
input_type
)
{
case
"
radio
"
:
container_classes
=
"
ui-
"
+
config
.
direct
.
type
;
container_classes
=
"
ui-
"
+
config
.
attributes
.
type
;
label_inside
=
true
;
label_classes
=
"
ui-btn ui-corner-all ui-btn-inherit
"
+
"
ui-btn-icon-left ui-icon-radio-
"
+
active
+
"
ui-radio-
"
+
...
...
@@ -2763,7 +2760,7 @@
break
;
case
"
checkbox
"
:
icon_string
=
factory
.
generateIconClassString
(
config
,
"
checkbox
"
);
container_classes
=
"
ui-
"
+
config
.
direct
.
type
;
container_classes
=
"
ui-
"
+
config
.
attributes
.
type
;
label_inside
=
true
;
label_classes
=
"
ui-btn ui-corner-all ui-btn-inherit
"
+
icon_string
+
"
ui-checkbox-
"
+
active
+
index
+
disabled
...
...
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