Skip to content

Commit

Permalink
Merge pull request #369 from mawinter69/remove-oneEach
Browse files Browse the repository at this point in the history
remove oneEach restriction
  • Loading branch information
TobiX authored Aug 15, 2024
2 parents 16df63d + 99b7493 commit 776ab81
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,35 +55,31 @@ THE SOFTWARE.
<f:hetero-list name="topPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.topPortlets}"
addCaption="${%Add Dashboard Portlet to the top of the view}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to the top of the view}"/>
</f:block>
</f:section>
<f:section title="${%Portlets in the left column}">
<f:block>
<f:hetero-list name="leftPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.leftPortlets}"
addCaption="${%Add Dashboard Portlet to left column}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to left column}"/>
</f:block>
</f:section>
<f:section title="${%Portlets in the right column}">
<f:block>
<f:hetero-list name="rightPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.rightPortlets}"
addCaption="${%Add Dashboard Portlet to right column}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to right column}"/>
</f:block>
</f:section>
<f:section title="${%Portlets at the bottom of the page}">
<f:block>
<f:hetero-list name="bottomPortlet" hasHeader="true"
descriptors="${descriptors}"
items="${it.bottomPortlets}"
addCaption="${%Add Dashboard Portlet to bottom of the view}"
oneEach="true"/>
addCaption="${%Add Dashboard Portlet to bottom of the view}"/>
</f:block>
<p/>
</f:section>
Expand Down

0 comments on commit 776ab81

Please sign in to comment.