Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Open content.xsl for editing (../uportal-war/src/main/resources/layout/theme/universality/content.xsl)
  • Uncomment the areas below marked "UNCOMMENT FOR MINIMIZE CONROL"
    Code Block
    langxml
    
    <xsl:if test="not(//focused) and @minimized='falsetrue'"> <!-- Return from FocusMinimized. -->
            <!-- UNCOMMENT FOR MINIMIZEUNMINIMIZE CONTROL
            <a href="{$BASE_ACTION_URL}?uP_root=root&amp;uP_tcattr=minimized&amp;minimized_channelId={@ID}&amp;minimized_{@ID}_value=truefalse&amp;uP_save=all"
               title="{$TOKEN[@name='PORTLET_MINIMIZERETURN_LONG_LABEL']}" class="up-portlet-control minimizereturn">
              <span><xsl:value-of select="$TOKEN[@name='PORTLET_MINIMIZERETURN_LABEL']"/></span>
            </a>
            -->
    </xsl:if>