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
Labels
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
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
Show 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