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
d3caa3dc
Commit
d3caa3dc
authored
Feb 25, 2013
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a logical error as force anonymous gadget is usable with anonymous users only.
parent
266f3c9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/KnowledgePad_viewColumnWidget.xml
...kins/erp5_knowledge_pad/KnowledgePad_viewColumnWidget.xml
+1
-1
bt5/erp5_knowledge_pad/bt/revision
bt5/erp5_knowledge_pad/bt/revision
+1
-1
No files found.
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/KnowledgePad_viewColumnWidget.xml
View file @
d3caa3dc
...
...
@@ -84,7 +84,7 @@
\n
<h3
class=
"handle"
>
\n
<span
class=
"handle"
>
\n
<tal:block
tal:condition=
"python: not (is_anonymous_user
or
is_anonymous_knowledge_pad_used)"
>
\n
<tal:block
tal:condition=
"python: not (is_anonymous_user
and
is_anonymous_knowledge_pad_used)"
>
\n
<a
class=
"clickable-block block-remove"
\n
i18n:translate=
""
\n
i18n:domain=
"ui"
\n
...
...
bt5/erp5_knowledge_pad/bt/revision
View file @
d3caa3dc
759
\ No newline at end of file
760
\ 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