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