Changeset 1485

Show
Ignore:
Timestamp:
08/01/07 13:54:55
Author:
douglm
Message:

Allow saving of meetings without sending invitations

Files:

Legend:

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

    r1484 r1485  
    167167  <xsl:variable name="skin">default</xsl:variable> 
    168168  <xsl:variable name="publicCal">/cal</xsl:variable> 
    169    
     169 
    170170  <!-- the following variable can be set to "true" or "false"; 
    171171       to use dojo widgets and fancier UI features, set to false - these are 
    172172       not guaranteed to work in portals --> 
    173   <xsl:variable name="portalFriendly">false</xsl:variable>  
     173  <xsl:variable name="portalFriendly">false</xsl:variable> 
    174174 
    175175 <!-- BEGIN MAIN TEMPLATE --> 
     
    22382238                        <xsl:copy-of select="/bedework/formElements/form/start/yearText/*"/> 
    22392239                      </xsl:otherwise> 
    2240                        </xsl:choose> 
     2240                    </xsl:choose> 
    22412241                    <script language="JavaScript" type="text/javascript"> 
    22422242                      <xsl:comment> 
     
    31743174        <xsl:when test="form/scheduleMethod = '2'"> 
    31753175          <input name="submit" type="submit" value="save"/> 
    3176           <input name="submitAndSave" type="submit" value="save &amp; send invitations"/> 
     3176          <input name="submitAndSend" type="submit" value="save &amp; send invitations"/> 
    31773177        </xsl:when> 
    31783178        <xsl:otherwise>