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
Yusei Tahara
erp5
Commits
82ebb52f
Commit
82ebb52f
authored
7 years ago
by
Romain Courteaud
🐙
Browse files
Options
Download
Email Patches
Plain Diff
[erp5_xhtml_style] ZPT condition does not have the same semantic than python
parent
006cfcae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.zpt
...Item/portal_skins/erp5_xhtml_style/context_box_render.zpt
+3
-3
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.zpt
View file @
82ebb52f
...
...
@@ -214,15 +214,15 @@
<span class="description" i18n:translate="" i18n:domain="ui">Sort</span>
</a>
</tal:block>
<span tal:condition="exchange_actions
|
exchange_jio_actions
|
report_actions"
<span tal:condition="
python:
exchange_actions
or
exchange_jio_actions
or
report_actions"
class="separator"><!--separator--></span>
<button tal:condition="exchange_actions
|
exchange_jio_actions" class="import_export"
<button tal:condition="
python:
exchange_actions
or
exchange_jio_actions" class="import_export"
type="submit" name="Base_doExchange:method" title="Import / Export"
i18n:attributes="title" i18n:domain="ui">
<span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Import / Export</span>
</button>
<button tal:condition="report_actions
|
report_jio_actions" class="report" type="submit" name="Base_doReport:method" title="Report"
<button tal:condition="
python:
report_actions
or
report_jio_actions" class="report" type="submit" name="Base_doReport:method" title="Report"
i18n:attributes="title" i18n:domain="ui">
<span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Report</span>
...
...
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