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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
erp5
Commits
8e9666db
Commit
8e9666db
authored
Jun 25, 2012
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add knowledge pad's group in gadget title div class.
parent
0e1b5bbd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/KnowledgePad_viewColumnWidget.xml
...kins/erp5_knowledge_pad/KnowledgePad_viewColumnWidget.xml
+5
-2
bt5/erp5_knowledge_pad/bt/change_log
bt5/erp5_knowledge_pad/bt/change_log
+3
-0
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 @
8e9666db
...
...
@@ -56,6 +56,7 @@
tal:define=
"box python: getattr(here, box_id);\n
box_relative_url box/getRelativeUrl;\n
box_dom_id python: \'%s\' %box_relative_url.replace(\'/\', \'_\');\n
box_class python: (\'%s %s\' % (\'block\', box.getGroup() or \'\')).strip;\n
view_form_dom_id python: \'%s_content\' %box_dom_id;\n
edit_form_dom_id python: \'%s_edit_form\' %box_dom_id;\n
gadget_title_dom_id python: \'%s_gadget_title\' %box_dom_id;\n
...
...
@@ -71,13 +72,15 @@
\n
<!-- Render gadget as hidden one -->
\n
<div
tal:condition=
"not: is_gadget_visible"
\n
tal:attributes=
"id box_dom_id"
\n
tal:attributes=
"id box_dom_id;\n
class box_class"
\n
class=
"block invisible-gadget"
></div>
\n
\n
<!-- Show only public gadgets -->
\n
<div
class=
"block"
\n
tal:condition=
"is_gadget_visible"
\n
tal:attributes=
"id box_dom_id"
>
\n
tal:attributes=
"id box_dom_id;\n
class box_class"
>
\n
\n
<h3
class=
"handle"
>
\n
<span
class=
"handle"
>
\n
...
...
bt5/erp5_knowledge_pad/bt/change_log
View file @
8e9666db
2012-06-25 Kazuhiko
* add knowledge pad's group in gadget title div class.
2011-09-26 Kazuhiko
* ERP5Site_getKnowledgePadListForUser should handle Unauthorized exception.
...
...
bt5/erp5_knowledge_pad/bt/revision
View file @
8e9666db
748
\ No newline at end of file
749
\ 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