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
Eteri
erp5
Commits
a09e5a78
Commit
a09e5a78
authored
Feb 07, 2012
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Slideshow editor to Web Page
Web Page should be also capable to use Slide Show editor.
parent
374be4c2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
89 additions
and
5 deletions
+89
-5
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/view_slideshow_editor.xml
...teItem/portal_types/Test%20Page/view_slideshow_editor.xml
+1
-1
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/slideshow.xml
.../ActionTemplateItem/portal_types/Web%20Page/slideshow.xml
+1
-1
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/view_slideshow_editor.xml
...ateItem/portal_types/Web%20Page/view_slideshow_editor.xml
+83
-0
bt5/erp5_run_my_doc/bt/revision
bt5/erp5_run_my_doc/bt/revision
+1
-1
bt5/erp5_run_my_doc/bt/template_action_path_list
bt5/erp5_run_my_doc/bt/template_action_path_list
+3
-2
No files found.
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/
edit_slideshow
.xml
→
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Test%20Page/
view_slideshow_editor
.xml
View file @
a09e5a78
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
id
</string>
</key>
<key>
<string>
id
</string>
</key>
<value>
<string>
edit_slideshow
</string>
</value>
<value>
<string>
view_slideshow_editor
</string>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
permissions
</string>
</key>
<key>
<string>
permissions
</string>
</key>
...
...
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/slideshow.xml
View file @
a09e5a78
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</item>
</item>
<item>
<item>
<key>
<string>
priority
</string>
</key>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1
.0
</float>
</value>
<value>
<float>
22
.0
</float>
</value>
</item>
</item>
<item>
<item>
<key>
<string>
title
</string>
</key>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_run_my_doc/ActionTemplateItem/portal_types/Web%20Page/view_slideshow_editor.xml
0 → 100644
View file @
a09e5a78
<?xml version="1.0"?>
<ZopeData>
<record
id=
"1"
aka=
"AAAAAAAAAAE="
>
<pickle>
<global
name=
"ActionInformation"
module=
"Products.CMFCore.ActionInformation"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
action
</string>
</key>
<value>
<persistent>
<string
encoding=
"base64"
>
AAAAAAAAAAI=
</string>
</persistent>
</value>
</item>
<item>
<key>
<string>
categories
</string>
</key>
<value>
<tuple>
<string>
action_type/object_view
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
category
</string>
</key>
<value>
<string>
object_view
</string>
</value>
</item>
<item>
<key>
<string>
condition
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
description
</string>
</key>
<value>
<string>
Javascript SlideShow editor (modifies the order of the slide show)
</string>
</value>
</item>
<item>
<key>
<string>
icon
</string>
</key>
<value>
<string></string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
<value>
<string>
view_slideshow_editor
</string>
</value>
</item>
<item>
<key>
<string>
permissions
</string>
</key>
<value>
<tuple>
<string>
Modify portal content
</string>
</tuple>
</value>
</item>
<item>
<key>
<string>
portal_type
</string>
</key>
<value>
<string>
Action Information
</string>
</value>
</item>
<item>
<key>
<string>
priority
</string>
</key>
<value>
<float>
1.5
</float>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
<value>
<string>
Edit Slideshow
</string>
</value>
</item>
<item>
<key>
<string>
visible
</string>
</key>
<value>
<int>
1
</int>
</value>
</item>
</dictionary>
</pickle>
</record>
<record
id=
"2"
aka=
"AAAAAAAAAAI="
>
<pickle>
<global
name=
"Expression"
module=
"Products.CMFCore.Expression"
/>
</pickle>
<pickle>
<dictionary>
<item>
<key>
<string>
text
</string>
</key>
<value>
<string>
string:${object_url}/TestPage_viewEditSlideShow
</string>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
bt5/erp5_run_my_doc/bt/revision
View file @
a09e5a78
37
38
\ No newline at end of file
\ No newline at end of file
bt5/erp5_run_my_doc/bt/template_action_path_list
View file @
a09e5a78
...
@@ -6,7 +6,6 @@ Test Page Module | convert_to_test_pages
...
@@ -6,7 +6,6 @@ Test Page Module | convert_to_test_pages
Test Page Module | convert_to_web_pages
Test Page Module | convert_to_web_pages
Test Page Module | fast_input
Test Page Module | fast_input
Test Page Module | view
Test Page Module | view
Test Page | edit_slideshow
Test Page | edit_test
Test Page | edit_test
Test Page | export_book
Test Page | export_book
Test Page | export_chapter
Test Page | export_chapter
...
@@ -20,8 +19,10 @@ Test Page | slideshow
...
@@ -20,8 +19,10 @@ Test Page | slideshow
Test Page | update_report
Test Page | update_report
Test Page | view
Test Page | view
Test Page | view_editor
Test Page | view_editor
Test Page | view_slideshow_editor
Test Page | view_test_report
Test Page | view_test_report
Test Page | web_view
Test Page | web_view
Web Page | export_book
Web Page | export_book
Web Page | export_chapter
Web Page | export_chapter
Web Page | slideshow
Web Page | slideshow
\ No newline at end of file
Web Page | view_slideshow_editor
\ No newline at end of file
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