Edgewall Software

Changes between Version 45 and Version 46 of TracInterfaceCustomization


Ignore:
Timestamp:
Jun 22, 2007, 6:25:05 PM (17 years ago)
Author:
osimons <simon-code@…>
Comment:

Note about the format of the content when using XInclude inclusions.

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v45 v46  
    127127}}}
    128128
    129 If the environment is upgraded from 0.10 and a `site_newticket.cs` file already exists, it can actually be loaded by using a workaroud - providing it contains no ClearSilver processing. The XInclude namespace must be included, so below is a complete example `site.html` file for this:
     129If the environment is upgraded from 0.10 and a `site_newticket.cs` file already exists, it can actually be loaded by using a workaroud - providing it contains no ClearSilver processing. In addition, as only one element can be imported, the content needs some sort of wrapper such as a `<div>` block or other similar parent container. The XInclude namespace must be specified, and below is a complete example `site.html` file for this:
    130130{{{
    131131#!xml