Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
f5b13ed5
Commit
f5b13ed5
authored
Jun 07, 2011
by
François-Xavier Algrain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Anonymous knowledge Pad
Managment widget should look if we force anonymous pads
parent
86f6c884
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/widget_management.xml
...ion_viewMinimalKMWidgetFieldLibrary/widget_management.xml
+1
-1
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_content_layout/widget_management.xml
...heme/erp5_km_minimal_content_layout/widget_management.xml
+1
-1
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/widget_management.xml
...rp5_km_theme/erp5_km_minimal_layout/widget_management.xml
+1
-1
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
No files found.
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/WebSection_viewMinimalKMWidgetFieldLibrary/widget_management.xml
View file @
f5b13ed5
...
...
@@ -301,7 +301,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_content_pad\')
</string>
</value>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_content_pad\'
,use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False)
)
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_content_layout/widget_management.xml
View file @
f5b13ed5
...
...
@@ -107,7 +107,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_content_pad\',
mode=\'web_section\'
)
</string>
</value>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_content_pad\',
mode=\'web_section\',use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False)
)
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/erp5_km_minimal_layout/widget_management.xml
View file @
f5b13ed5
...
...
@@ -107,7 +107,7 @@
<dictionary>
<item>
<key>
<string>
_text
</string>
</key>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_section_pad\', mode=\'web_section\')
</string>
</value>
<value>
<string>
python: here.WebSite_viewWidgetManagementButtonsWidget(default_pad_group=\'default_section_pad\', mode=\'web_section\'
,use_anonymous_knowledge_pad=context.getLayoutProperty(\'layout_force_anonymous_gadget\',False)
)
</string>
</value>
</item>
</dictionary>
</pickle>
...
...
bt5/erp5_km/bt/revision
View file @
f5b13ed5
1800
\ No newline at end of file
1801
\ 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