CA Service Catalog includes several hundred XSL, XML, JavaScript, and image files. Together, they are used to form every page and every page element in the product. Each file represents one page or a part of a page, such as a dialog, menu option, form field control, message, or picture.
Every file is named intuitively to illustrate its function. You can optionally customize any of these files to meet your requirements. To customize XSL, XML, JavaScript, and image files, follow this process:
Note: For information about customizing forms using Javascript and other methods, see the Administrator Guide.
<script src="FileStore/custom/explorer/scripts/custom_form_example.js"></script>
This action is required because the XSL file references the filestore location for the customized script files.
Important! If you are using multiple Catalog Component computers, verify that the filestore is shared among all of them.
In the following table, the parent folder is USM_HOME/view/webapps/usm. The filestore folder is %USM_HOME/filestore. The folder entries, such as /explorer and /custom/explorer, are subfolders under the parent and filestore folders.
|
File |
Original Location in |
Custom Location in |
|---|---|---|
|
XSL |
/explorer |
/custom/explorer |
|
XSL |
/explorer/request |
/custom/explorer/request |
|
XML |
/locale/icusen* |
/custom/locale/icusen* |
|
XML |
/locale/icusen*/request |
/custom/locale/icusen*/request |
|
image |
/images |
/custom/images |
|
image |
/images/billing |
/custom/images/billing |
|
JS |
/explorer/scripts |
/custom/explorer/scripts |
*The folder name icusen applies to English-language implementations only. If you are using a non-English implementation, your locale-specific folder name is different. In such cases, use your locale-specific folder name instead of icusen.
|
Copyright © 2013 CA.
All rights reserved.
|
|