Changeset 2579
- Timestamp:
- 12/29/09 12:01:10
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/PDA/default.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphoneTheme (moved) (moved from trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphone)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphone/pda.css (deleted)
- trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphoneTheme/themeSettings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/PDA/default.xsl
r2578 r2579 58 58 <!-- DEFAULT THEME NAME --> 59 59 <!-- to change the default theme, change this include --> 60 <xsl:include href="../../themes/iphone /iphone.xsl" />60 <xsl:include href="../../themes/iphoneTheme/iphone.xsl" /> 61 61 62 62 </xsl:stylesheet> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphoneTheme/themeSettings.xsl
r2578 r2579 8 8 <!-- URL of html resources (images, css, other html); by default this is 9 9 set to the application root --> 10 <xsl:variable name="resourcesRoot"><xsl:value-of select="$appRoot"/>/themes/iphone </xsl:variable>10 <xsl:variable name="resourcesRoot"><xsl:value-of select="$appRoot"/>/themes/iphoneTheme</xsl:variable> 11 11 12 12 </xsl:stylesheet>
