Branding the control panels

Quick-start tutorial:  Home  1  2  3

You can customize the look and feel of your users' control panels to suit your preferences or to match your company's branding. This look and feel includes the logo, banner, colors, graphics, and styles used in your users' control panels. You can reload the default settings at any time if necessary.

What you can change

What you cannot change

Changing the styles used in control panels

To change the colors, text, and general look and feel of control panels, follow these instructions:

Step 1. Download the current style sheet

  1. Go to the branding files page.

  2. If this is the first time the style sheet has being changed, click Download Current by the style sheet. If the style sheet has been modified before, click restore default, then click Download Current.

  3. Save this style sheet to your local system, then open the style sheet using your favorite editor.

Notice that the style sheet is empty except for a comment containing a URL. This URL points to the base style sheet for the system. Style sheets you modify and upload are loaded after the base style sheet; they override the base style sheet’s styles.

  1. Open a browser and download the base style sheet:

  1. In the browser's Address bar type the URL contained in the comment of the style sheet you just downloaded. Make sure to replace <CP SERVER> with the domain name of your server.

  2. Click Go. The base style sheet is displayed.

  3. Save the base style sheet so you can refer to it later if necessary.

  1. Using your favorite editor, open the base style sheet, copy the styles you want to override, and paste those styles into a new style sheet.

To determine which styles you want to override, you can save a page from the control panel to use as a source for finding page elements and associated CSS class names.

To do this, go to a page in the control panel and click Save As from the browser's File menu. This saves a page, such as ISP_Admin.htm, to your local machine. It also saves a folder, such as ISP_Admin_files, with any images or style sheets used to display the page.

The saved page is rewritten by Internet Explorer when it is saved so that all image and style sheet references point to the files in this new folder. You can open the file in Dreamweaver (or the text or HTML editor of you choice) to determine which styles you want to override.

Learn more about modifying the style sheet

  1. In your new style sheet, change the styles you copied from the base style sheet as needed.

  2. The base style sheet uses relative-path URL references to images in some styles. If you copied any of these styles to your new style sheet, you need to change them so that the references will be correct when you upload the new style sheet.

For example, the base style sheet uses the following two relative path image references in the style sheet:

background-image: url(images/menubar.gif)

background-image: url(../../images/button_logout.gif);

These references are relative to c:\program files\ensim\webppliance\common\css\styles\blue  which is the folder where the base style sheet is stored. Customized style sheets are stored in a different folder, namely, c:\program files\ensim\webppliance\brandingfiles.

For images to display correctly, change the relative path URLs in modified styles as follows:

  1. Save the new style sheet.

Step 2. Upload the modified style sheet

  1. After you have obtained the styles, modified them, and saved them in a new style sheet, return to the branding files page.

  2. In the Style Sheet section, click Browse next to the text box.

  3. Navigate to the style sheet you modified, then click Open. To keep the current style sheet for any control panel, leave the text box blank.

  4. Click Upload Changes. The style sheet is updated.

  5. To view the changes, log in to the user control panel. If you do not see the changes, your browser might be using a previously cached version of the style sheet. Refresh your browser's cache to view the changes (in Internet Explorer, press Ctrl while clicking the browser's refresh button).

Changes are not displayed in the control panel that is your primary login.

Change control panel banners

Banners are the graphics that appear at the top of the control panels in the long space to the left or right of the logo space. You can replace the banners in the user control panels you own with any other image that:

To change the banners:

  1. Go to the branding files page.

  2. In the Banner section, click Browse next to the user control panel text box, then navigate to the file you want to use for the banner.

  3. Click Open.

  4. To keep the current banner for any control panel, leave the text box blank.

  5. Click Upload Changes.

The new banner appears in the control panel. To view it, log in to the user control panel. If you do not see the change, your browser might be using a previously cached version of the banner. Refresh your browser's cache to view the change (in Internet Explorer, press Ctrl while clicking the browser's refresh button).

Changes are not displayed in the control panel that is your primary login.

Add your logo

The logo is the graphic that appears to the left or right of the banner at the top of the control panel. You can replace the default logo with any graphic that:

To upload your logo:

  1. Go to the branding files page.

  2. In the Logo section, click Browse next to the user control panel text box, then navigate to the file you want to upload.

  3. Click Open.

  4. Next to Logo Position, choose Left to display the logo in the upper left of the control panel, or choose Right to display the logo in the upper right.

  5. If you want to change the position of the logo, you need to navigate to the logo file as described in step 2; you cannot simply change the position by choosing left or right.

  1. To keep the current logo for any control panel, leave the text box blank.

  2. Click Upload Changes.

The graphic appears in the control panel. To view it, log in to the user control panel. If you do not see the change, your browser might be using a previously cached version of the logo. Refresh your browser's cache to view the change (in Internet Explorer, press Ctrl while clicking the browser's refresh button).

Changes are not displayed in the control panel that is your primary login.

Reload default settings

You can reload the default style sheets, banners, and logos used in the control panels at any time. If you are a reseller or site administrator, the defaults are the settings currently used by your service provider; they change whenever your service provider rebrands control panels.

To reload default settings:

Next Quick-start topic: Add User Accounts