Changeset 1487

Show
Ignore:
Timestamp:
08/01/07 15:38:30
Author:
douglm
Message:

More calsuite

Files:

Legend:

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

    r1486 r1487  
    186186  <!-- Other generally useful global variables --> 
    187187  <xsl:variable name="publicCal">/cal</xsl:variable> 
    188    
     188 
    189189  <!-- the following variable can be set to "true" or "false"; 
    190190       to use dojo widgets and fancier UI features, set to false - these are 
     
    48314831          <th>Name:</th> 
    48324832          <td> 
    4833             <input name="calSuite.name" value="{$calSuiteName}" size="20"/> 
     4833            <input name="name" value="{$calSuiteName}" size="20"/> 
    48344834          </td> 
    48354835          <td> 
     
    48414841          <td> 
    48424842            <xsl:variable name="group" select="group"/> 
    4843             <input name="calSuite.groupName" value="{$group}" size="20"/> 
     4843            <input name="groupName" value="{$group}" size="20"/> 
    48444844          </td> 
    48454845          <td> 
     
    48514851          <td> 
    48524852            <xsl:variable name="calPath" select="calPath"/> 
    4853             <input name="calSuite.calPath" value="{$calPath}" size="20"/> 
     4853            <input name="calPath" value="{$calPath}" size="20"/> 
    48544854          </td> 
    48554855          <td>