How to hide Parallels logo from Parallels Business Automation - Standart Control Panel?

Article ID: 3963 
Last Review: Oct,6 2008
Author: Batraev Victor APPLIES TO:
  • HSPcomplete 3.3.x

Resolution

In Parallels Business Automation - Standart the logo located in the right top corner of the screen in Provider Control Center, Reseller Control Center and Сontrol Panel can be hidden using template based customization.

1. To hide the logo in Provider Control Center and Reseller Control Center:
a. Copy the template /var/opt/hspc-root/template/HSPC/WebElements/title.tmpl to the /var/opt/hspc-root/custom/template/HSPC/WebElements/ directory:

 # mkdir -p /var/opt/hspc-root/custom/template/HSPC/WebElements/
 # cp /var/opt/hspc-root/template/HSPC/WebElements/title.tmpl /var/opt/hspc-root/custom/template/HSPC/WebElements/title.tmpl

b. Edit file /var/opt/hspc-root/custom/template/HSPC/WebElements/title.tmpl
Remove following lines of code:
<td><a target="_blank" href="http://www.parallels.com"><img border=0 src="/images/logo_parallels.gif" width="170" height="52"></a></td>


c. Restart Parallels Business Automation backend:

#service hspcd restart

Parallels logo will be hidden.

2. To hide the logo in Сontrol Panel:
a. Copy the template /var/opt/hspc-root/skins/winxp_blue/template/HSPC/CP/Visual/top_frame.tmpl to the /var/opt/hspc-root/custom/template/HSPC/CP/Visual directory:

 # mkdir -p /var/opt/hspc-root/custom/template/HSPC/CP/Visual
 # cp /var/opt/hspc-root/skins/winxp_blue/template/HSPC/CP/Visual/
top_frame.tmpl /var/opt/hspc-root/custom/template/HSPC/CP/Visual

b. Edit file /var/opt/hspc-root/custom/template/HSPC/CP/Visual/top_frame.tmpl
Comment the following line of code:

 $OUT.=qq{<td background="<imgpath_cp_tabbg_of>"><a target="_blank" href="http://www.parallels.com"><img border=0 src="/images/logo_cp_parallels.gif" width="168" height="46"></a></td>};


c. Restart Parallels Business Automation backend:

#service hspcd restart

Parallels logo will be hidden.
Keywords: remove hide logo


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