Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
IlhemEssaadi committed Aug 21, 2023
1 parent d1b7908 commit 86b3609
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
<portlet-application>
<portlet>
<application-ref>social-portlet</application-ref>
<portlet-ref>ImagesPortlet</portlet-ref>
<portlet-ref>BannerPortlet</portlet-ref>
</portlet>
<access-permissions>Everyone</access-permissions>
<show-info-bar>false</show-info-bar>
</portlet-application>
<container id="newsBodyPage" template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
<container id="newsBodyPage" template="system:/groovy/portal/webui/container/UIResponsiveColumnGroupContainer.gtmpl">
<access-permissions>Everyone</access-permissions>
<container cssClass="newsBodyPageLeftColumn"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl">
<access-permissions>*:/platform/users</access-permissions>
<portlet-application>
<portlet>
Expand All @@ -62,7 +62,7 @@
</portlet-application>
</container>
<container cssClass="newsBodyPageRightColumn"
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
template="system:/groovy/portal/webui/container/UISimpleColumnContainer.gtmpl">
<access-permissions>*:/platform/users</access-permissions>
<portlet-application>
<portlet>
Expand Down

0 comments on commit 86b3609

Please sign in to comment.