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
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
Sebastian
erp5
Commits
82ebb52f
Commit
82ebb52f
authored
Jun 01, 2017
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[erp5_xhtml_style] ZPT condition does not have the same semantic than python
parent
006cfcae
Changes
1
Show 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 @@
...
@@ -214,15 +214,15 @@
<span class="description" i18n:translate="" i18n:domain="ui">Sort</span>
<span class="description" i18n:translate="" i18n:domain="ui">Sort</span>
</a>
</a>
</tal:block>
</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>
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"
type="submit" name="Base_doExchange:method" title="Import / Export"
i18n:attributes="title" i18n:domain="ui">
i18n:attributes="title" i18n:domain="ui">
<span class="image"></span>
<span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Import / Export</span>
<span class="description" i18n:translate="" i18n:domain="ui">Import / Export</span>
</button>
</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">
i18n:attributes="title" i18n:domain="ui">
<span class="image"></span>
<span class="image"></span>
<span class="description" i18n:translate="" i18n:domain="ui">Report</span>
<span class="description" i18n:translate="" i18n:domain="ui">Report</span>
...
...
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