These instructions step you through the process to enable the minimize links on portlets.
Step 1. Modify the content.xsl file
- Open content.xsl for editing (../uportal-war/src/main/resources/layout/theme/universality/content.xsl)
- Uncomment the areas below marked "UNCOMMENT FOR MINIMIZE CONROL"
<xsl:if test="not(//focused) and @minimized='false'"> <!-- Focus. --> <!-- UNCOMMENT FOR MINIMIZE CONTROL <a href="{$BASE_ACTION_URL}?uP_root=root&uP_tcattr=minimized&minimized_channelId={@ID}&minimized_{@ID}_value=true&uP_save=all""{$TOKEN[@name='PORTLET_MINIMIZE_LONG_LABEL']}" class="up-portlet-control minimize"> <span><xsl:value-of select="$TOKEN[@name='PORTLET_MINIMIZE_LABEL']"/></span> </a> -->