Captions: Difference between revisions

From Customer365 for SageCRM
(Created page with "Captions are stored in the web.config file. All Captions begin with the "lbl" prefix. For Example: <add key="lblWelcomeMsg" value="If you are an existing customer please lo...")
 
No edit summary
Line 4: Line 4:
For Example:
For Example:


<add key="lblWelcomeMsg" value="If you are an existing customer please log on here:"/>
    <add key="lblWelcomeMsg" value="If you are an existing customer please log on here:"/>


To view which caption is against where in the portal turn on the "SetupCaptions" option by setting the value to "Y" (the default is "N")
To view which caption is against where in the portal turn on the "SetupCaptions" option by setting the value to "Y" (the default is "N")

Revision as of 12:33, 19 January 2012

Captions are stored in the web.config file.

All Captions begin with the "lbl" prefix. For Example:

   <add key="lblWelcomeMsg" value="If you are an existing customer please log on here:"/>

To view which caption is against where in the portal turn on the "SetupCaptions" option by setting the value to "Y" (the default is "N")

   <add key="SetupCaptions" value="Y"/>

Then when you view the portal you will see the "lbl" tag in brackets beside the caption.