Modify embedded links through common.m4
You can modify the appearance of specific embedded links throughout the product.
For example, to modify how managed system embedded links are displayed:
Go to \<instance>\design\src\common.
Open
common.m4
.Modify the text argument for C_DISPLAY_MANAGED_SYSTEM.
Generate the skin files; for example:
make.bat default en-us make.bat install default en-us
For example, to modify how existing and newly-created managed group information embedded links are displayed:
Go to \<instance>\design\src\common.
Open
common.m4
.Modify the text argument for C_DISPLAY_MANAGEGRP.
Modify the text argument for C_DISPLAY_MANAGEGRP_NEW.
Generate the skin files; for example:
make.bat default en-us make.bat install default en-us
To find out what options are available for an embedded link:
Navigate to \<instance>\design\.
Generate debug skin files:
make.bat debug default en-us make.bat install default en-us
In the product, inspect elements on the embedded link you are modifying to view a list of available objects.