Skip to content

Commit

Permalink
wrap messages in container
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 19, 2024
1 parent 67c1709 commit 91872d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plone/app/iterate/browser/info_baseline.pt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="container">
<div class="portalMessage ${python:display_info['cssclass']}"
tal:define="working_copy view/working_copy;
isAnon context/@@plone_portal_state/anonymous;
Expand Down Expand Up @@ -41,3 +42,4 @@
i18n:translate="label_view_changes"
>View changes</a>)
</div>
</div>
2 changes: 2 additions & 0 deletions plone/app/iterate/browser/info_checkout.pt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<div class="container">
<div class="portalMessage ${python:display_info['cssclass']}"
tal:define="baseline view/baseline;
display_info python:view.display_info_for_mtype('warning');
Expand Down Expand Up @@ -40,3 +41,4 @@
i18n:translate="view_changes"
>View changes</a>)
</div>
</div>

0 comments on commit 91872d4

Please sign in to comment.