Changeset 3007
- Timestamp:
- 10/11/10 02:29:41
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/navigation.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/sideBar.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/strings.xsl
r2991 r3007 51 51 <xsl:variable name="bwStr-SdBr-Preferences">Preferences</xsl:variable> 52 52 <xsl:variable name="bwStr-SdBr-UploadICal">Upload iCAL</xsl:variable> 53 <xsl:variable name="bwStr-SdBr-AddrBook">Address Book</xsl:variable> 53 54 <xsl:variable name="bwStr-SdBr-ExportCalendars">Export Calendars</xsl:variable> 54 55 <xsl:variable name="bwStr-SdBr-UploadEvent">Upload Event</xsl:variable> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/navigation.xsl
r2905 r3007 175 175 <xsl:with-param name="actionIconsId">bwActionIcons-0</xsl:with-param> 176 176 <xsl:with-param name="startDate"> 177 <xsl:choose> 177 <xsl:choose> <!-- why are we doing this choose? --> 178 178 <xsl:when test="/bedework/periodname = 'Day'"><xsl:value-of select="/bedework/firstday/date"/></xsl:when> 179 179 <xsl:otherwise><xsl:value-of select="/bedework/now/date"/></xsl:otherwise> 180 180 </xsl:choose> 181 181 </xsl:with-param> 182 <xsl:with-param name="startTime"><xsl:value-of select="/bedework/now/twodigithour24"/>0000</xsl:with-param> 182 183 </xsl:call-template> 183 184 </xsl:if> trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/sideBar.xsl
r2900 r3007 87 87 <h3><xsl:copy-of select="$bwStr-SdBr-Options"/></h3> 88 88 <ul id="sideBarMenu"> 89 <li> 90 <xsl:variable name="userid" select="/bedework/userid"/> 91 <a href="/bwAddrbookClient/?user={$userid}" target="bwAddrBook"> 92 <img height="13" border="0" width="13" 93 src="{$resourcesRoot}/images/silk/book.png" 94 alt="{$bwStr-SdBr-AddrBook}" /> 95 <xsl:text> </xsl:text> 96 <xsl:copy-of select="$bwStr-SdBr-AddrBook"/> 97 </a> 98 </li> 89 99 <li class="prefs"> 90 100 <a href="{$prefs-fetchForUpdate}">
