Changeset 2531
- Timestamp:
- 12/22/09 22:14:40
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2522 r2531 722 722 <a id="addEventLink" href="{$event-initAddEvent}"> 723 723 <xsl:if test="not(/bedework/currentCalSuite/name)"> 724 <xsl:attribute name="onclick">alert(" {$bwStr-MMnu-YouMustBeOperating}");return false;</xsl:attribute>724 <xsl:attribute name="onclick">alert("<xsl:copy-of select="$bwStr-MMnu-YouMustBeOperating"/>");return false;</xsl:attribute> 725 725 </xsl:if> 726 726 <img src="{$resourcesRoot}/resources/bwAdminAddEventIcon.jpg" width="140" height="140" alt="Add Event" border="0"/> … … 758 758 <a href="{$event-initUpdateEvent}"> 759 759 <xsl:if test="not(/bedework/currentCalSuite/name)"> 760 <xsl:attribute name="onclick">alert(" {$bwStr-MMnu-YouMustBeOperating}");return false;</xsl:attribute>760 <xsl:attribute name="onclick">alert("<xsl:copy-of select="$bwStr-MMnu-YouMustBeOperating"/>");return false;</xsl:attribute> 761 761 </xsl:if> 762 762 <img src="{$resourcesRoot}/resources/bwAdminManageEventsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> … … 6461 6461 </p> 6462 6462 </xsl:if> 6463 <!-- 6463 6464 <xsl:if test="/bedework/userInfo/superUser = 'true'"> 6464 6465 <p class="note"><xsl:copy-of select="$bwStr-Grps-Superuser"/></p> 6465 6466 </xsl:if> 6467 --> 6466 6468 </div> 6467 6469 trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl
r2528 r2531 284 284 <xsl:variable name="bwStr-Foot-VideoFeed">video feed</xsl:variable> 285 285 <xsl:variable name="bwStr-Foot-ResetToCalendarDefault">Reset to Bedework Default</xsl:variable> 286 <xsl:variable name="bwStr-Foot-Credits">This theme is based on work by Duke University with thanks also to Yale University andthe University of Chicago</xsl:variable>286 <xsl:variable name="bwStr-Foot-Credits">This theme is based on work by Duke and Yale Universities with thanks also to the University of Chicago</xsl:variable> 287 287 288 288 </xsl:stylesheet>
