Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
preetwinder
erp5
Commits
82cb47f8
Commit
82cb47f8
authored
10 years ago
by
Cédric Le Ninivin
Browse files
Options
Download
Email Patches
Plain Diff
erp5_knowledge_pad: fix condition in same block as define
For Base_viewKnowledgePadMacroLibrary
parent
838582b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/Base_viewKnowledgePadMacroLibrary.xml
.../erp5_knowledge_pad/Base_viewKnowledgePadMacroLibrary.xml
+2
-1
No files found.
bt5/erp5_knowledge_pad/SkinTemplateItem/portal_skins/erp5_knowledge_pad/Base_viewKnowledgePadMacroLibrary.xml
View file @
82cb47f8
...
...
@@ -145,8 +145,8 @@
id=
"add_new_tab_dialog_add_button"
>
Add
</button>
\n
</div>
\n
\n
<tal:block
tal:condition=
"python:active_knowledge_pad is not None"
>
\n
<div
id=
"rename_tab_dialog"
\n
tal:condition=
"python:active_knowledge_pad is not None"
\n
class=
"toggable_dialog"
\n
tal:define=
"active_knowledge_pad_relative_url python:active_knowledge_pad and active_knowledge_pad.getRelativeUrl() or \'\'"
>
\n
<h3
i18n:translate=
""
i18n:domain=
"ui"
>
Rename tab
</h3>
\n
...
...
@@ -171,6 +171,7 @@
</button>
\n
</div>
\n
</tal:block>
\n
</tal:block>
\n
\n
\n
<tal:block
metal:define-macro=
"navigation"
\n
...
...
This diff is collapsed.
Click to expand it.
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