Changeset 2438
- Timestamp:
- 12/10/09 10:19:24
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2434 r2438 5472 5472 </tr> 5473 5473 <tr> 5474 <th><xsl:copy-of select="$bwStr-MdSP-Indexing"/></th> 5475 <td> 5476 <xsl:variable name="indexing" select="/bedework/system/indexing"/> 5477 <input value="{$indexing}" name="indexing" /> 5478 <div class="desc"> 5479 <xsl:copy-of select="$bwStr-MdSP-IndexingNote"/> 5480 </div> 5481 </td> 5482 </tr> 5483 <tr> 5474 5484 <th><xsl:copy-of select="$bwStr-MdSP-PubCalendarRoot"/></th> 5475 5485 <td> trunk/deployment/webadmin/webapp/resources/default/default/strings.xsl
r2373 r2438 620 620 <xsl:variable name="bwStr-MdSP-SystemID">System id:</xsl:variable> 621 621 <xsl:variable name="bwStr-MdSP-SystemIDNote">System id used when building uids and identifying users. Should not be changed.</xsl:variable> 622 <xsl:variable name="bwStr-MdSP-Indexing">Indexing:</xsl:variable> 623 <xsl:variable name="bwStr-MdSP-IndexingNote">True if the system does indexing internally. Generally false for externally indexed</xsl:variable> 622 624 <xsl:variable name="bwStr-MdSP-PubCalendarRoot">Public Calendar Root:</xsl:variable> 623 625 <xsl:variable name="bwStr-MdSP-PubCalendarRootNote">Name for public calendars root directory. Should not be changed.</xsl:variable>
