A trained administrator can make simple changes to the way dialog windows are displayed.
About this task
Fundamental changes do require training or consulting by
Content Manager
Procedure
- Locate the file MetadataConfig.xml that can be found on the Content Manager server in the website folder under\Author\ASP\ClientConfig. All repository views are automatically generated by interpreting information from this metadata configuration file.
- Make a backup copy of this file. If your changes turn out to be incompatible with the system, you can always revert to the original version.
- Open the original file in an XML editor and make sure that the schema named MetadataConfig.xsd is available for XML validation.
- Familiarize yourself with the structure of this file. Note that there is a large first section that defines forms (
<ishfrmdef>) and a second section that defines list views (<ishlistdef>).
- Locate the element (
<ishlist>) with ID RepositoryList.
- Make the changes within the element. Some examples of simple changes are:
- Validate and save the file.
- Verify your changes.