|
> Content Management > Developers > Modifying Templates
Modifying Templates |  | | Templates folder location | Within a template there are three files that control the cannonization of name variables.
These are:
default.xml.. Normally this doesn't do much more that act as gatekeeper of defined names and the default text that you see filled out in the field.
default.xsl.. The layout of the form is here. effect field name changes in two places, once as displayed on screen and once in uppercase per default.xml call-outs.
edit.xsl.. controls appearance of the template edit "blue edit bar" button. Cannonize in 3 places: As seen on screen, lowecase under NAME and uppercase per default.xml
Another tepmlate file description.xsl provides the description of the template that appears in the template selection list.
|
| |
|
> Content Management > Developers > Modifying Templates
|