Changeset 1388

Show
Ignore:
Timestamp:
05/15/07 10:57:57
Author:
douglm
Message:

Fix some errors in the user clients caused by removal of principal info from system parameters.

Remove principal info from admin form.

More CalDAV property related fixes.

Files:

Legend:

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

    r1385 r1388  
    44814481        </tr> 
    44824482        <tr> 
    4483           <th>Principal Root:</th> 
    4484           <td> 
    4485             <xsl:variable name="proot" select="/bedeworkadmin/system/principalRoot"/> 
    4486             <input value="{$proot}" name="principalRoot" size="0"/> 
    4487             <div class="desc"> 
    4488               Used in WebDAV and CalDAV access to define root of user and group principal trees. 
    4489             </div> 
    4490           </td> 
    4491         </tr> 
    4492         <tr> 
    4493           <th>User Principal Root:</th> 
    4494           <td> 
    4495             <xsl:variable name="uproot" select="/bedeworkadmin/system/userPrincipalRoot"/> 
    4496             <input value="{$uproot}" name="userPrincipalRoot" size="0"/> 
    4497             <div class="desc"> 
    4498               Used in WebDAV and CalDAV access to define root of user principal subtree. 
    4499             </div> 
    4500           </td> 
    4501         </tr> 
    4502         <tr> 
    4503           <th>Group Principal Root:</th> 
    4504           <td> 
    4505             <xsl:variable name="gproot" select="/bedeworkadmin/system/groupPrincipalRoot"/> 
    4506             <input value="{$gproot}" name="groupPrincipalRoot" size="0"/> 
    4507             <div class="desc"> 
    4508               Used in WebDAV and CalDAV access to define root of group principal subtree. 
    4509             </div> 
    4510           </td> 
    4511         </tr> 
    4512         <tr> 
    45134483          <th>Public Calendar Root:</th> 
    45144484          <td>