Changeset 89
- Timestamp:
- 02/06/06 10:50:19
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl
r88 r89 135 135 </xsl:if> 136 136 <link rel="icon" type="image/ico" href="{$resourcesRoot}/bedework.ico" /> 137 <script language="JavaScript" type="text/javascript"> 138 <xsl:comment> 139 <![CDATA[ 140 // places the cursor in the first available form element when the page is loaded 141 // (if a form exists on the page) 142 function focusFirstElement() { 143 if (window.document.forms[0]) { 144 window.document.forms[0].elements[0].focus(); 145 } 146 }]]> 147 </xsl:comment> 148 </script> 137 149 </head> 138 <body >150 <body onLoad="focusFirstElement()"> 139 151 <xsl:call-template name="header"/> 140 152 <div id="content">
