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
91ad7df3
Commit
91ad7df3
authored
May 03, 2022
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! erp5_xhtml_style: add support for portal_status_level
Seems required for Chameleon 3.2
parent
0c2dd107
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
...rtal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
+2
-2
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt
View file @
91ad7df3
...
...
@@ -15,7 +15,7 @@ DEPRECATION:
dummy python: here.Base_checkUserCanViewERP5XHTMLStyleOrRaise();
global_definitions_macros here/global_definitions/macros;
subject_list subject_list | python:here.getProperty('subject_list', []) or [];
portal_status_level request/portal_status_level |
nothing
;
portal_status_level request/portal_status_level |
string:
;
"
>
<tal:block
metal:use-macro=
"global_definitions_macros/header_definitions"
/>
<!DOCTYPE html>
...
...
@@ -67,7 +67,7 @@ DEPRECATION:
</div>
</tal:block>
<div
tal:content=
"request/portal_status_message | nothing"
tal:attributes=
"class python:'transition_message' + (
' transition_message_' + portal_status_level if portal_status_level else ''
)"
/>
tal:attributes=
"class python:'transition_message' + (
portal_status_level and ' transition_message_' + portal_status_level
)"
/>
<tal:block
tal:condition=
"request/field_errors | nothing"
>
<div
id=
"information_area"
class=
"information_area"
i18n:translate=
""
i18n:domain=
"ui"
>
Input data has errors. Please look at the error messages below.
...
...
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