Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5_fork
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
Eteri
erp5_fork
Commits
edebad63
Commit
edebad63
authored
Sep 24, 2019
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_corporate_identity: don't remove slide
parent
31a9f84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_viewAsSlideshow.py
..._skins/erp5_corporate_identity/WebPage_viewAsSlideshow.py
+2
-1
No files found.
bt5/erp5_corporate_identity/SkinTemplateItem/portal_skins/erp5_corporate_identity/WebPage_viewAsSlideshow.py
View file @
edebad63
...
...
@@ -378,7 +378,8 @@ if doc_format == "pdf" or doc_format == "mhtml":
doc_template_css_url
=
doc_theme
.
get
(
"template_css_url"
),
doc_theme_css_font_list
=
doc_theme
.
get
(
"theme_css_font_list"
),
doc_theme_css_url
=
doc_theme
.
get
(
"theme_css_url"
),
doc_notes
=
splitMultipleDetails
(
removeSlidesWithoutDetailsFromNotes
(
doc_content
)),
#doc_notes=splitMultipleDetails(removeSlidesWithoutDetailsFromNotes(doc_content)),
doc_notes
=
splitMultipleDetails
(
doc_content
)
)
else
:
doc_slideshow_content
=
doc
.
WebPage_createSlideshowContent
(
...
...
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