How to rename menu item? How to disable "User Agreement" in the Contacts page?

Article ID: 1112 
Last Review: Oct,6 2008
Author:
Last updated by: system APPLIES TO:
  • Parallels Business Automation - Standard 3.2.x

Resolution

Language pack customization can be applied. Refer to HSPc Integration Guide, the chapter "Customizing Language Packs".

To customize the string "User Agreement" or rename any menu item you should undertake the following steps:

  1. copy localization file:
    # cp /var/opt/hspc-root/custom/localization/EN_example.pm /var/opt/hspc-root/custom/localization/EN.pm
  2. open the file
    /var/opt/hspc-root/custom/localization/EN.pm
    for editing and rename the package to package
    HSPC::Custom::Localization::EN
  3. Specify the string user_agreement_uc:
    %strings_en = (
    user_agreement_uc => ' ',
    change_other_opts_uc => 'Buy Optional Services', ## change "Buy Other Options" menu and dashboard items for the Upgrade Section in CP
    );

    This way you can customize other strings. Names of the strings you can find in the file:
    /var/opt/hspc-root/i18n/EN/strings.xml
  4. reload HSPc
    # /ets/init.d/hspcd stop
    # /ets/init.d/hspcd start


Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields