Changeset 2531

Show
Ignore:
Timestamp:
12/22/09 22:14:40
Author:
johnsa
Message:

webadmin: fix two javascript errors
webpublic: update footer text

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/default/default/default.xsl

    r2522 r2531  
    722722          <a id="addEventLink" href="{$event-initAddEvent}"> 
    723723            <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> 
    725725            </xsl:if> 
    726726            <img src="{$resourcesRoot}/resources/bwAdminAddEventIcon.jpg" width="140" height="140" alt="Add Event" border="0"/> 
     
    758758          <a href="{$event-initUpdateEvent}"> 
    759759            <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> 
    761761            </xsl:if> 
    762762            <img src="{$resourcesRoot}/resources/bwAdminManageEventsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 
     
    64616461        </p> 
    64626462      </xsl:if> 
     6463      <!-- 
    64636464      <xsl:if test="/bedework/userInfo/superUser = 'true'"> 
    64646465        <p class="note"><xsl:copy-of select="$bwStr-Grps-Superuser"/></p> 
    64656466      </xsl:if> 
     6467      --> 
    64666468    </div> 
    64676469 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/strings.xsl

    r2528 r2531  
    284284  <xsl:variable name="bwStr-Foot-VideoFeed">video feed</xsl:variable> 
    285285  <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 and the 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> 
    287287 
    288288</xsl:stylesheet>