Changeset 3432
- Timestamp:
- 12/05/11 15:53:44
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl
r3431 r3432 56 56 subscriptions but (currently) has no hierarchy. View are maintained in the 57 57 "Calendar Suite" tab of the admin web client. --> 58 <xsl:variable name="useViewsNav"> false</xsl:variable>58 <xsl:variable name="useViewsNav">true</xsl:variable> 59 59 60 60 <!-- SUBSCRIPTIONS LISTING --> … … 64 64 the top level subscriptions will be shown with all folders closed. Generating 65 65 the subscriptions listing requires a second request to the server (an ajax call). --> 66 <xsl:variable name="useSubscriptionsNav"> true</xsl:variable>66 <xsl:variable name="useSubscriptionsNav">false</xsl:variable> 67 67 68 68
