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
d2cf0e8b
Commit
d2cf0e8b
authored
Apr 11, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libs/jqm: fixed carousel extension theme
parent
a6bc0b00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
js/erp5_loader.js
js/erp5_loader.js
+5
-3
No files found.
js/erp5_loader.js
View file @
d2cf0e8b
...
...
@@ -1578,6 +1578,7 @@
* "type": "carousel",
* "property_dict" : {
* "id": null,
* "theme": null,
* "class_list": null,
* "handles": null,
* "bullets": true,
...
...
@@ -1674,7 +1675,8 @@
(
spec
.
shadow
?
"
ui-shadow
"
:
empty_string
)
+
(
spec
.
captions
?
"
ui-carousel-captions
"
:
empty_string
)
+
(
spec
.
inset
?
"
ui-carousel-inset
"
:
empty_string
)
+
(
spec
.
corners
?
"
ui-corner-all
"
:
empty_string
)))
(
spec
.
corners
?
"
ui-corner-all
"
:
empty_string
)))
+
(
"
ui-body-
"
+
(
spec
.
theme
||
"
inherit
"
))
},
"
attributes
"
:
{
"
data-enhanced
"
:
true
,
...
...
@@ -2423,7 +2425,7 @@
"
type
"
:
"
p
"
,
"
direct
"
:
{
"
className
"
:
"
ui-carousel-captions-content
"
+
"
ui-bar-
"
+
(
config
.
theme
||
"
inherit
"
)
+
"
ui-bar-
"
+
(
config
.
theme
||
config
.
captiontheme
||
"
inherit
"
)
+
"
ui-carousel-captions-
"
+
(
config
.
captionpos
||
"
bottom
"
)
}
});
...
...
@@ -2431,7 +2433,7 @@
"
type
"
:
"
h1
"
,
"
direct
"
:
{
"
className
"
:
"
ui-carousel-captions-heading
"
},
"
logic
"
:
{
"
text
"
:
spec
.
text
||
""
"
text
"
:
spec
.
text
||
spec
.
value
||
""
}
}));
return
[
container
,
""
];
...
...
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