| | 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> |
|---|