Changeset 234
- Timestamp:
- 02/28/06 16:37:48
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/default.xsl
r233 r234 2387 2387 </td> 2388 2388 </tr> 2389 < tr>2389 <!--<tr> 2390 2390 <td class="optional"> 2391 2391 Email: … … 2431 2431 <span class="fieldInfo"></span> 2432 2432 </td> 2433 </tr> 2433 </tr>--> 2434 2434 </table> 2435 2435 <br /> trunk/calendar3/deployment/webadmin/webapp/resources/default/default/errors.xsl
r225 r234 136 136 You must remove the subscription from this view before deleting.</p> 137 137 </xsl:when> 138 <xsl:when test="id='org.bedework.error.timezones.readerror'"> 139 <p>Timzone error: could not read file</p> 140 </xsl:when> 138 141 <xsl:when test="id='org.bedework.client.error.nosuchuserid'"> 139 Not found: there is no user identified by the id <em><xsl:value-of select="param"/></em>142 <p>Not found: there is no user identified by the id <em><xsl:value-of select="param"/></em></p> 140 143 </xsl:when> 141 144 <xsl:when test="id='org.bedework.client.error.usernotfound'"> 142 145 Not found: the user <em><xsl:value-of select="param"/></em> was not found 146 </xsl:when> 147 <xsl:when test="id='edu.rpi.sss.util.error.exc'"> 148 Utility package error: <em><xsl:value-of select="param"/></em> 143 149 </xsl:when> 144 150 <xsl:otherwise> trunk/calendar3/webadmin/war/WEB-INF/struts-config.xml
r233 r234 436 436 </action> 437 437 438 <!-- on update, pass back through fetch action to refresh --> 438 439 <action path="/syspars/update" 439 440 type="org.bedework.webadmin.system.UpdateSysparsAction" … … 441 442 scope="session" 442 443 validate="false"> 443 <forward name="continue" path="/syspars/ show.rdo" redirect="true" />444 <forward name="continue" path="/syspars/fetch.do" redirect="true" /> 444 445 </action> 445 446
