customization Configuration File
Your CAS Administration web page can be customized.
The file /batm/config/customization supports these settings:
admin_navbar_backgroundsets the navigation bar (top bar) background + login page background.admin_navbar_textsets the color of the text of the Navigation Bar.admin_page_titlesets the title of the web page in the browser.component.identity.checkbox.showPostTransactionDialog.labelis used to enable a BUY transaction success screen at the BATM.
The colors can be selected from any hex HTML combination (e.g. 12AB34) or HTML colors (e.g. black, red).
Hex colors require the “#” prefix. Color “names” require no prefix, and are normally all lowercase.
CAS Administration Customization Settings
These settings are used to customize the CAS title and color scheme:
Result in this login screen:
And this GUI:
BATM BUY Post-transaction Message
An additional BATM screen transaction confirmation can be added to the logic by enabling this setting. This option must be enabled in the customization file before it can be enabled in your Identities. Once enabled, the Custom String will be displayed to your customer at the BATM after every BUY transaction. Because it is an Identity setting, it will not be displayed for Anonymous customers.
For example, this setting:
component.identity.checkbox.showPostTransactionDialog.label=Test1234will show this checkbox for Identities:
The text label of the checkbox is set in this customization file.
The checkbox in the Identity must be CHECKED to display the BATM message.
The checkbox is NOT checked by default.
The dialog contents shown at the BATM is controlled by the Custom String: buy_post_transaction_dialog_message
See:Custom Strings