Changeset 1485
- Timestamp:
- 08/01/07 13:54:55
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1484 r1485 167 167 <xsl:variable name="skin">default</xsl:variable> 168 168 <xsl:variable name="publicCal">/cal</xsl:variable> 169 169 170 170 <!-- the following variable can be set to "true" or "false"; 171 171 to use dojo widgets and fancier UI features, set to false - these are 172 172 not guaranteed to work in portals --> 173 <xsl:variable name="portalFriendly">false</xsl:variable> 173 <xsl:variable name="portalFriendly">false</xsl:variable> 174 174 175 175 <!-- BEGIN MAIN TEMPLATE --> … … 2238 2238 <xsl:copy-of select="/bedework/formElements/form/start/yearText/*"/> 2239 2239 </xsl:otherwise> 2240 </xsl:choose>2240 </xsl:choose> 2241 2241 <script language="JavaScript" type="text/javascript"> 2242 2242 <xsl:comment> … … 3174 3174 <xsl:when test="form/scheduleMethod = '2'"> 3175 3175 <input name="submit" type="submit" value="save"/> 3176 <input name="submitAndS ave" type="submit" value="save & send invitations"/>3176 <input name="submitAndSend" type="submit" value="save & send invitations"/> 3177 3177 </xsl:when> 3178 3178 <xsl:otherwise>
