Changeset 1893

Show
Ignore:
Timestamp:
06/11/08 11:10:29
Author:
douglm
Message:

Fix a CalDAV test

Add the bw script to the repository and link to it from the quickstart

Fixes so that using the list of superusers works correctly. The list now appears in the admin interface and can be updated.

Files:

Legend:

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

    r1887 r1893  
    51915191          </td> 
    51925192        </tr> 
     5193        <tr> 
     5194          <th>Supported Locales:</th> 
     5195          <td> 
     5196            <xsl:variable name="localeList" select="/bedework/system/localeList"/> 
     5197            <input value="{$localeList}" name="localeList" class="wide"/> 
     5198            <div class="desc"> 
     5199              List of supported locales. The format is rigid, comma separated list of 2 letter language, underscore, 2 letter country. No spaces. 
     5200            </div> 
     5201          </td> 
     5202        </tr> 
     5203        <tr> 
     5204          <th>Super Users:</th> 
     5205          <td> 
     5206            <xsl:variable name="rootUsers" select="/bedework/system/rootUsers"/> 
     5207            <input value="{$rootUsers}" name="rootUsers" class="wide"/> 
     5208            <div class="desc"> 
     5209              Comma separated list of super users. No spaces. 
     5210            </div> 
     5211          </td> 
     5212        </tr> 
    51935213      </table> 
    51945214      <table border="0" id="submitTable">