Hi,

Plone is apparently reserving space on the right side of the screen for a 
portlet. However, I only have a portlet on the left side.

The rendered template contains this HTML code

    <div id="portal-column-content" class="cell width-1:2 position-1:4">

which was put there by the function getColumnsClass of class SunBurstView:

    elif sl and sr:
        # In case we have both columns, content takes 50% of the whole
        # width and the rest 50% is spread between the columns
        return "cell width-1:2 position-1:4"

I proceeded by requesting the @@manage-portlets view on my page, and it only 
shows one portlet.

Any idea why Plone thanks there are two portlets, whereas there is (AFAIK) only 
one?

Thanks!
Maarten




_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to