Changeset 1487
- Timestamp:
- 08/01/07 15:38:30
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1486 r1487 186 186 <!-- Other generally useful global variables --> 187 187 <xsl:variable name="publicCal">/cal</xsl:variable> 188 188 189 189 <!-- the following variable can be set to "true" or "false"; 190 190 to use dojo widgets and fancier UI features, set to false - these are … … 4831 4831 <th>Name:</th> 4832 4832 <td> 4833 <input name=" calSuite.name" value="{$calSuiteName}" size="20"/>4833 <input name="name" value="{$calSuiteName}" size="20"/> 4834 4834 </td> 4835 4835 <td> … … 4841 4841 <td> 4842 4842 <xsl:variable name="group" select="group"/> 4843 <input name=" calSuite.groupName" value="{$group}" size="20"/>4843 <input name="groupName" value="{$group}" size="20"/> 4844 4844 </td> 4845 4845 <td> … … 4851 4851 <td> 4852 4852 <xsl:variable name="calPath" select="calPath"/> 4853 <input name="cal Suite.calPath" value="{$calPath}" size="20"/>4853 <input name="calPath" value="{$calPath}" size="20"/> 4854 4854 </td> 4855 4855 <td>
